- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Pennywise Take charge of your personal finances with our intuitive expense management application. Track your spending, set budgets, and gain valuable insights into your financial habits. Easily categorize expenses, view detailed reports, and stay on top of your financial goals. With our app, you'll have the tools you need to make informed financial decisions and achieve financial freedom. Start managing your expenses today and take control of your financial future!.
The video presenting the features of the project is here:
Database
- [⭐️ Setup ]
- [⭐️ Creating data model ]
- [⭐️ Processing data in models]
- [⭐️ Validations, model specs]
- [⭐️ Add devise]
- [⭐️ Adding routes and controllers]
- [⭐️ Adding controllers tests]
- [⭐️ Views]
- [⭐️ Forms]
- [⭐️ n+1 problems]
Click here to see Live Demo Link
To get a local copy up and running, follow these steps.
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone git@github.com:LarryIVC/pennywise.git
You need the following tools be installed in your computer:
Install this project with:
cd pennywise
bundle install
Create the databases and run migrations with:
rails db:drop
rails db:create
rails db:migrate
To run the project, execute the following command:
Example command:
rails s
or
rails server
To run tests, run the following command:
bundle exec rspec spec -f d
- GitHub: @LarryIVC
- Twitter: @LarryVillegas
- LinkedIn: LinkedIn
- [⭐️ Make responsive for desktop]
- [⭐️ implement left side menu]
- [⭐️ Add printable reports]
- [⭐️ Add charts]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Help me with your criticisms and your suggestions, you will be blessed for such a noble gesture and give me a ⭐️ if you like this project. click here ⭐️
- Original design idea by Gregoire Vella on Behance.
- Credits to iconos created by asol_studio - Flaticon
- I would like to thank Microverse for this opportunity.
- how to deploy on render
This project is MIT licensed.