- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
This Ruby on Rails project is about 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.
This project is built using the following technologies:
Programming languages
- Register and log in, so that the data is private to them.
- Introduce new transactions associated with a category.
- See the money spent on each category
To get started with the Buget app, follow the steps below:
Before running this project, make sure you have the following prerequisites installed:
- Ruby on rails
- A Chrome browser
-
Clone this repository to your desired folder:
git clone https://github.com/pushkar1995/budget-app.git
-
Navigate to the project directory:
cd budget-app
-
Run the program:
bundle install rails s
To run tests after setting up the linters, run the following command:
rubocop
npx stylelint "**/*.{css,scss}"
Rspec spec
👤 Pushkar Gautam
- GitHub: @pushkar1995
- Twitter: @Pushkar9951
- LinkedIn: pushkargautam
In near future I am planning to implement the following:
- UX improvements: include transitions and/or animations, etc.
- Implement the left side menu to improve the navigability of the app.
Feel free to check the issues page.
If you like my page please show your support and give this page a star!
![Star]
I would like to express my sincere gratitude to Gregoire Vella for the original design idea and for the kindness of allowing students to use his page as a template.
I would like to extend my heartfelt gratitude to Microverse for providing me with the opportunity to undertake this capstone project. Additionally, I am immensely thankful to the code reviewers who took the time to assess my work and provide valuable feedback, which greatly contributed to the refinement and success of the project. Your guidance and support have been invaluable throughout this solo endeavor, and I am truly grateful for your contributions.
This project is MIT licensed.