- 📗 Table of Contents
- 💸 Save Sense
- 🛠 Built With
- 🎲 Key Features
- 🚀 Live Demo
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgments
- 📝 License
Save Sense 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.
Domain | Tech Stack |
---|---|
Server | Ruby on Rails |
Database | PostgreSQL |
Testing Framework | RSpec Rails, Capybara |
Authentification | Devise |
Authorization | cancancan |
- Create a new account
- Log in to an existing account
- Sign out from a session
- Create a category
- Add transaction to a category
- Check the list of transactions for a particular category
- Display the total amount of transactions for a particular category
- Tests for category
- Tests for transaction
- Toggle menu
- Dynamic navbar
👉 Live Demo
👉 Video Walkthrough
To get a local copy up and running, follow these steps.
In order to run this project you need:
-
Ruby 3.2.2 installed
-
Rails installed
Run this command to install Rails
gem install rails
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone [email protected]:rica213/Save-sense.git
To install dependencies, run:
bundle install
Set up the database
To create the database, run:
rails db:create
To create the schema, run:
rails db:migrate
To run the project, execute the following command:
Example command:
rails server
To run tests, run the following command:
rspec
🤑 Clarielle Larissa
- GitHub: @rica213
- Twitter: @alc3and
- LinkedIn: Clarielle Larissa
- Delete a category
- Edit a category
- Delete a transaction
- Edit a transaction
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Your support is crucial to the success of this project! There are ways you can contribute and show your support:
-
Provide Feedback: If you've tried out the project or have any suggestions for improvement, I would love to hear from you. Your feedback is invaluable in shaping the future direction of the project.
-
Kindly Give a 🌟 STAR 🌟 if you like this project!
Remember, your support matters! Whether it's spreading the word, providing feedback, reporting issues, contributing code, or making a donation, every action makes a difference. Together, we can make this project even better.
Thank you for your support and for being a part of this journey! ❤️
I would like to thank:
- Microverse
- Gregoire Vella for the original design idea
- Code Reviewers
This project is MIT licensed.