- 📖 Actions App
- 👁️ Deployment
- 👀 Sneak Peak (Author's App presentation)
- 🛠 Built With
- 💻 Getting Started
- 👥 Authors
- 🙏🏻 Acknowledgements
- 🔮 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- ❓ FAQ (OPTIONAL)
- 📝 License
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.
Click here to see the Action's app deployment.
Click here to see the author's app short presentation.
- Ruby on Rails
- CSS
Client
Server
- Database
- Add Transactions
- Total Amount of Transactions
- Create Categories
- Add Transactions to Categories
To get a local copy up and running, follow these steps.
Before you proceed, ensure that you have the following installed on your machine:
- Node.js (v12 or above)
- npm (Node Package Manager)
Clone this repository to your desired folder:
git clone git@github.com:rudicarrilloypr/actions-app.git
Install the project dependencies with:
npm install
To run the project, execute the following command:
npm run build
To run tests, run the following command:
npm start
- Open your web browser and visit http://localhost:8080.
- You should now see socials application running in your browser.
👤 Rudi Carrillo
- GitHub: @rudicarrilloypr
- Twitter: @__rudicarrillo
- LinkedIn: Rudi Carrillo
- Instagram: @__rudicarrillo
I'd like to express my gratitude to everyone who made this project possible.
Thanks again to everyone who believed in this project and helped make it a reality!
Original design idea by Gregoire Vella on Behance.
- Add profile picture
- Full Responsive design
- Improve Color Palette
- Delete Categories
- Edit Categories
- Delete Transactions
- Edit Transactions
- Add a search bar to filter transactions
- Add a search bar to filter categories
- Add a search bar to filter transactions by category
Contributions are welcome! If you find any bugs or want to enhance the project with new features, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make the necessary changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request describing your changes.
Feel free to check the issues page.
If you like this project, please consider supporting us! Your support helps us to continue developing and improving our project for everyone to enjoy. Whether it's a small donation, sharing the project with your friends, or contributing your skills and expertise, every little bit makes a huge difference. With your support, we can create something truly amazing together. Thank you for being a part of our community and helping us to make a difference!
-
How do I set up the project?
- Clone the repository from GitHub, and see the Setup section above for details.
-
How can I contribute to the project?
- Fork the repository on GitHub.
- Create a new branch for your changes using git checkout -b my-feature-branch.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository.
- Submit a pull request to the original repository.
- Wait for feedback and iterate on your changes as needed.
This project is MIT licensed.