- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
A BUDGET BUDDY 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.
To know more about the app, watch this Video Presentation !
Live Demo Link of the app !
This application is built on Ruby on Rails and PostgreSQL as a Database.
Ruby on Rails
Database
- Register and Log In, so that the data is private
- Introduce new transactions associated with a category
- See the money spent on each category
- Able to add a new category
- Able to add a new transaction
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Download and Install Ruby for your OS.
- Download and Install PostgreSQL
- VS Code
- Ruby on Rails
gem install rails
Clone this repository to your desired folder:
git clone https://github.com/anita00001/budget-app.git
cd budget-app
Install this project with:
gem install
bundle install
To run the project, execute the following command:
- Drop the previously existing database of same name
rails db:drop
- Create database and Migrate
rails db:create db:migrate
- Feed Sample data through seeds
rails db:seed
- Run the server
rails server
- To run Rubocop checker, run the following command:
gem install rubocop
rubocop
- To run Stylelint checker, run the following command:
npm install
npx stylelint "**/*.{css,scss}"
👤 Anita Sharma
- GitHub: @anita00001
- LinkedIn: anitaa-sharmaa
- Twitter: @anitaa_sharmaa
- UX improvements: transitions and/or animations
- Desktop design for the webapp
- Implement the left side menu to improve the navigability of the app
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
⭐ If you like this project, you can appreciate us by giving star ⭐
I would like to thank Microverse for providing this opportunity to build this project. Also, I extend my sincere gratitute to Code Reviewers who encourage and support to build this application more effieiently.
CC Licenses: I would thank Gregoire Vella for the original design idea.
This project is MIT licensed.