- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Finance-Tracker] The Ruby on Rails Budget-app project is aimed at creating a mobile web application that enables budget management, including user registration and login for data privacy, the introduction of new transactions linked to categories, and the display of expenditures per category.
Server
Database
- [Splash screen]
- [Sign up and log in pages]
- [Home page (categories page)]
- [Details page (transactions page)]
- ["Add a new category" page]
- ["Add a new transaction" page]
-
In this video, I introduce you to the Ruby On Rails capstone project, which is a budget application called the finance tracker. I walk you through the login page, the home page, and the transaction page, explaining the features and functionalities of each. I also demonstrate how to create a new category and add a new transaction. Finally, I show you the mobile version of the application. Watch this video to get an overview of the project and its key components.
To get a local copy up and running, follow these steps.
In order to run this project you need:
-
Ruby on Rails installed and running. To get more information, read the installation guide.
-
PostgreSQL installed and running
Clone this repository to your desired folder:
cd my-folder
https://github.com/ab-noori/Finance-Tracker.git
Install this project with:
bundle install
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec spec
👤 Abdul Ali Noori
- GitHub: @ab-noori
- Twitter: @AbdulAliNoori4
- LinkedIn: abdulali-noori
- [Applying the edit and delete options for categories]
- [Optimizing the project style for longer screen sizes]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give it a star.
First, I would like to thank Microverse and my coding partners, and then I would like to give special credit to the creator of the design (Gregoire Vella on Behance) that I have used in my project.
This project is MIT licensed.