- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
SpendTrac is a Ruby on Rails 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.
Server
Database
- Registration and Login
- Transaction lists
- Add new transaction
- View single transaction details
To get a local copy up and running, follow these steps.
To get a local copy up and running follow these simple example steps.
- Have a computer and internet connection
- Have
Ruby
installed on your computer - Have a basic knowledge of
Ruby
andOOP
concept - Have a general understanding of what testing is
- Have
visual-studio code
or any other code editor installed on your computer.
- In order to get a copy of this project you need to clone the repo git clone https://github.com/Profsain/spendtrac.git
- cd spendtrac
- Run the command bellow in your terminal to get all required files
bundle install
- Run the command bellow in your terminal rails server
you can run one of the following command in your terminal
- Run testing
rspec spec
- Run linters
> Rubocop --color
> Rubocop -A
> npx stylelint "**/*.{css,scss}"
👤 Husseini Mudi Profsain
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank Microverse team and Micronauts for their support
- Special thanks to Gregoire Vella on Behance.
This project is MIT licensed.