- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- Presentation
- Presentation
- ❓ FAQ
- 📝 License
[Smart_Wallet] is about 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.
Ruby on Rails
- https://rubyonrails.org/
- [Categories]
- [Transactions]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Install Ruby
- Install Rails
- Install Postgresql
Clone this repository to your desired folder:
cd Smart_Wallet
git clone https://github.com/stephenkati/Smart_Wallet.git
Install this project with:
cd Smart_Wallet
bundle install && npm install
To run the project, execute the following command:
rails s
To run tests, run the following command:
rubocop --color
npx stylelint "**/*.{css,scss}"
rspec spec
- The website is deployed here
👤 Author1 [STEPHEN KATULI]
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- [Tracking most frequent transactions]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please show support by staring ⭐️.
-
I am grateful to Gregoire Vella on Behance for the priviledge to use his design.
-
I would like to thank my Microverse team and my coding partners for their support and guidance.
- I made a short video presentation.
This project is MIT licensed.