- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Budget App is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
Client
Database
User will be able to
- register and log in, so that the data is private to them.
- introduce new transactions associated with a category.
- see the amount spent on each category.
Click to checkout the live demo app
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A text editor preferably Visual Studio code
- Latest version of Ruby installed
- PostgreSQL Server
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:Fayob/budget-app.git
cd budget-app
Install this project with:
gem install
To run the project, execute the following command in your terminal:
rails server
Open your browser and go to "http://localhost:3000/" to see the working project
To run tests, run the following command:
rspec
👤 Abimbola Favour
- GitHub: @fayob
- Twitter: @fabimworld
- LinkedIn: abimbola-ade
- A better design to user interface
- A Better information validation
- A backend API to serve as many frontend as possible
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please leave a star 😁
I would like to give kudos to Gregoire Vella on Behance for making the design which was used for this project.
-
Can I reuse this code?
- Yes, feel free to fork it
-
Do I need knowledge of Ruby to use this project?
- No you do not.
This project is MIT licensed.