Skip to content

This is a mobile web application, which allows users to control their budgets. The user can divide the budget into different categories and insert the expenses that have been made in the categories. This project was built with Ruby on Rails, Postgresql, and Tailwind.

License

Notifications You must be signed in to change notification settings

VaneCode/money_moves

Repository files navigation

logo

MONEY MOVES

📗 Table of Contents

📖 Money moves

This is a mobile web application, which allows users to control their budgets. The user can divide the budget into different categories and insert the expenses that have been made in the categories.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • List all budget's categories.
  • List all transactions that belongs to one category.
  • Add a new category.
  • Add a new transaction.

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/VaneCode/money_moves.git

Install

Install this project with:

  cd my-project
  gem install

Usage

This project use Tailwind, so to run the project, execute the following command:

  bin/dev

Run tests

To run tests, run the following command:

  bin/rails spec

Deployment

You can deploy this project using:

 bin/dev

(back to top)

👥 Author

👤 Vanessa Bonito

(back to top)

🔭 Future Features

  • [Implement the left side menu.] [new_feature_1]
  • [Add dark theme.] [new_feature_2]
  • [Add user picture profile.] [new_feature_3]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a star if you like this project!

(back to top)

🙏 Acknowledgments

(back to top)

❓ FAQ

  • Why bin/dev instead of rails server?

    • The commend bin/dev not only start your server, it also builts your Tailwind CSS classes to give the styles.
  • What is current_user?

    • This is a built-in method of Devise which help to get the user who is currently loged in the app.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This is a mobile web application, which allows users to control their budgets. The user can divide the budget into different categories and insert the expenses that have been made in the categories. This project was built with Ruby on Rails, Postgresql, and Tailwind.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published