**The Budget App keeps track of all your categories and transactions. It will allow you to save categories, keep track of what you have, create transactions, and generate a total budget based on what you add. Also, you can create an account using your email and your name.
Client
Server
Database
- Add Categories
- Display Categories
- Add Transactions
- Display Transactions
- Create an account
-
Live deployment link works only for one week
video2589811287.mp4
To get a local copy up and running, follow these steps.
In order to run this project you need:
Ruby version - ruby 3.1.3
Rails version - Rails
Chrome Browser
Vscode (Optional)
Clone this repository to your desired folder:
git clone [email protected]:IngDavidTM/budget-app.git
cd budget-app
Install this project with:
Run bundle install
Run rails db:create
Run rails db:migrate
To run the project, execute the following command:
rails server or rails s
To run tests, run the following command:
To Run all tests - rspec
To Run model tests - rspec spec/models
To Run integration tests - rspec spec/views
👤 David Tamayo
- GitHub: @IngDavidTM
- Twitter: @David5TM
- LinkedIn: LinkedIn
- Add Search Category and Transaction
- Add Pagination or infinite scrolling for the lists.
- Improve the UI
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a ⭐️!
I would like to thank the following people for their support and guidance:
- Microverse
- Code reviewers
- Original design idea by Gregoire Vella on Behance
This project is MIT licensed.