BudgiSEE is 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.
Language
Framwork
Server
Database
Test Library
- Splash screen
- Sign up and log in pages
- Home page (catagories page)
- Transactions page
- Add a new category
- Add a new transaction
- Create unit and integration tests
Add a link to your deployed project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:kusiLaw/budget_app.git
Install this project with:
cd my-project
gem install
To run the project, execute the following command:
rails server
To run tests, run the following command:
bin/rspec spec
You can deploy this project following this instructions: Read
👤 Lawrence Addai Kusi
- GitHub: @Githubhandle
- Twitter: @Twitterhandle
- Linkedin: Linkedin
These are features that will be add to the project..
- Splash screen
- Home page (catagories page)
- Setup and controllers
- Controllers specs
- Views
- Add forms
- Integration specs for Views and fixing n+1 problems
- Add Devise
- Add authorization rules
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, you can feel free to add or support
I would like to thank Microverse for this insight project
I would like to thank Gregoire Vella for the design ideas
This project is MIT licensed.