- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
CategorEASE is a comprehensive mobile web application designed to simplify expense tracking and budget management for individuals and households. It provides users with a user-friendly platform to efficiently categorize, monitor, and analyze their expenses, helping them make informed financial decisions.
Ruby
Rails
Rspec
Capybara
- Ensure you have Ruby 3.2.2 at least, installed on your system. You can check your Ruby version in the terminal by running:
ruby -v
If Ruby is not installed, you can download and install it from the official Ruby website.
- To get a local copy up and running, follow these steps. Choose the directory on your local machine where you want to copy project. For example:
cd /home/user/name-of-your-directory
Clone the project using one of the options.
Using SSH-key:
git@github.com:Alejuda/CategorEASE.git
Using HTTPS:
https://github.com/Alejuda/CategorEASE.git
To run this project locally, follow these steps:
-
Open your terminal or command prompt.
-
Navigate to the directory where you have cloned or downloaded the Recipe App repository.
-
Run the following command to install any required dependencies (in this case, we assume there are no external dependencies, so this step may not be needed):
bundle install
-
Once the setup is complete, ensure you are still in the directory containing the Recipe App files.
-
To run the app, execute the following command:
rails server
3.If you have future features like GUI or interactive mode, follow the specific instructions provided for those features in the app's documentation.
To run the tests ensure you are in the directory containing the test files.
- Run the tests using the following command:
rspec
- All tests should pass without any errors or failures, ensuring that the code and its methods are functioning correctly.
👤 Ignacio Fino
- GitHub: @alejuda
- Twitter: @nacho_fino
- LinkedIn: Ignacio Fino
- Expense Tracking
- Budget Management
- Transaction History
- Multi-Platform Access
- Secure User Accounts
- Data Visualization
- Authentication User
- Expense Reports
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give it a star ⭐️
I would like to thank Microverse for giving us the opportunity to learn and grow as developers and also I like to thank my family, they are all my support. 🌟
Original Design Idea by Gregoire Vella
The design concept for this project was inspired by the work of Gregoire Vella, as originally shared on Behance. We greatly appreciate the creative input and vision provided by Gregoire Vella, which has contributed to the unique aesthetic and functionality of this project.
Author: Gregoire Vella Behance Profile
This project is MIT licensed.
