Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielsafari143/budget-app
https://github.com/danielsafari143/budget-app
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielsafari143/budget-app
- Owner: danielsafari143
- License: mit
- Created: 2023-09-09T14:12:45.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-09-13T00:15:17.000Z (about 1 year ago)
- Last Synced: 2024-04-23T02:51:55.142Z (7 months ago)
- Language: Ruby
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Budget-app
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Budget-app](#-catalog-of-things)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)This small budget project is about building 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
- RUBY ON RAILS
- JAVASCRIPT
- HTML
- CSS- [ ] **Users can create a account.**
- [ ] **Users can add a category of tem**
- [ ] **Users can add transactions to their categories**
- [ ] **Users can see what they spent on a transaction**To get started with this app, you will need to have Ruby and Rails installed on your computer. Once you have Ruby and Rails installed.
## Live demo
[live demo](https://budget-1ccr.onrender.com/)## Presentation
[Link to video presentation](https://www.loom.com/share/c95e277b5bfc45ada9dd3ee4e891f441?sid=2d7cdd8f-fd81-43b9-9ed8-abc0b9154264)### Prerequisites
In order to run this project you need:
- git
- Ruby### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/danielsafari143/budget-app.git
bundle install
```### Usage
To run the project, execute the following command:
```sh
rails db:create
rails db:migrate
rails server
```### Run tests
To run tests, run the following commands:
```sh
rspec
rubocop
```👤 **Safari Hamuli**
- GitHub: [@danielsafari143](https://github.com/danielsafari143)
- LinkedIn: [Safari Daniel](https://www.linkedin.com/in/safari-daniel/)- [] **Authentification, Authorization**
If you would like to contribute to this app, please feel free to fork the repository and submit a pull request.
Feel free to check the [issues page](https://github.com/danielsafari143/Budget-app/issues).
If you like this project give me a follow and/or a star
I would like to express my sincere gratitude to [Gregoire Vella](https://www.behance.net/gregoirevella) for this design and to all my Microverse partners who helped me build this project. I could not have done it without your support and encouragement.
This project is [MIT](./LICENSE) licensed.