- π About the Project
- Walkthrough video π₯
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ (OPTIONAL)
- π License
Budget App is 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.
Client
Databases
- Contains data about users
- Contains data about posts
To get a local copy up and running, follow these steps.
In order to run this project you need:
- An IDE (ex: VS Code)
- Github account
Clone this repository to your desired folder:
cd project-folder
git clone git@github.com:JavierAybar/Budget-app.gitInstall this project with webpack:
cd project-folder
bundle install
rails db:setupTo run the project, execute the following command:
rails serverTo run tests, run the following command:
rspec spec rails tailwindcss:buildYou can deploy this project using GitPages:
- Go to github.com
- Create a new repository
- Add all website files in the new repository
- Go to Settings/Pages
- Go to branch and change from 'none' to 'main'
- Click Save
π€ Javier Aybar
- GitHub: @JavierAybar
- LinkedIn: @JavierAybar
- More data
- More query
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project and wish to collaborate. Please contact us.
Special thanks to Gregoire Vella from providing us with an excellent resource from their Behance account. Also, I would like to thanks to my family members for supporting me during Microverse, and their team.
-
Is it responsive?
- Yes, works both on mobile and desktop.
This project is MIT licensed.