This is a simple web app to track expenses. You can track transactions based on expense categories(e.g utilities, groceries, maintenance) and also track transactions that you don't want to group.
Design inspiration from @Gregoire Vella
- Ruby 2.6
- Rails 5.2
- Bootstrap
- clone the repository
git clone https://github.com/misterpaul4/expense-tracker - install dependencies
bundle install
- migrate database
rails db:migrate - start server
rails server - open browser and run
localhost:3000
- run
rspecin your terminal
👤 Chukwuebuka Paul Ajuizeogu
- Github: @misterpaul4
- Twitter: @paulajuze
- Linkedin: Chukwuebuka Paul Ajuizeogu
Contributions, issues and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!