- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐ Show your support
- 🙏 Acknowledgements
- 📝 License
Full React rails app
Backend
Database
- Record a transaction
- Associate a transaction with a category
- Create new categories
- View amount spent on each category
To get a local copy up and running, follow these steps.
You need the following tools be installed in your computer:
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/faisalakb/Budget-app-Capstone.git
### Install
Install this project with:<br>
```sh
cd BudgetApp
bundle installCreate the databases and run migrations with:
rails db:create
rails db:migrateTo run the project, execute the following command:
rails server or rails sTo run tests, run the following command:
rspec spec/👤 Faisal Mumtaz
- GitHub: @faisalakb
- Twitter: @faisalakb786
- LinkedIn: LinkedIn
- Record income
- Add more category options
- View monthly savings
- Improve styling
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
If you like this project give it a star.
- Thanks to Gregoire Vella for the UI/UX design.
- Thanks to my coding partners for their support
This project is MIT licensed.