PocketPal App is a web-based budgeting application built using Ruby on Rails and PostgreSQL. This application allows users to track their income and expenses and provides a visual representation of their budget. Users can add or remove income and expenses, and the application automatically calculates the remaining budget. The website is responsive and optimized for use on desktop and mobile devices. If you have any feedback or suggestions, please feel free to create an issue or submit a pull request.
- Register an account
- Create categories and transactions
- Metrics about user transactions
- not available
- Video Presentation of PocketPal App
To get a local copy up and running follow these simple steps.
- Ruby
- Ruby on Rails
- PostgreSQL
- any code editor
To setup the project follow the steps:
-
Clone this project using Git Bash:
git clone git@github.com:Sajeelzafar/budget_app.git
-
Inside the project directory, install the project's dependencies
bundle install
-
Create the app's database
rails db:create
-
Setup the app's database
rails db:setup
In the project directory, you can run:
-
rails server
Runs the app local server
-
bundle exec rspec
Launches the test runner.
👤 Nabeel Akbar
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Create a user profile
- Create a desktop version
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give it a star!
-
Microverse ❤️
-
Credit goes to Gregoire Vella on Behance whose original design was used.
This project is MIT licensed.