Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasinabdmahmood/budget-app
Budget app 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. Built with Ruby on Rails, HTML5 and Bootstrap.
https://github.com/yasinabdmahmood/budget-app
bootstrap html5 ruby-on-rails
Last synced: about 2 months ago
JSON representation
Budget app 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. Built with Ruby on Rails, HTML5 and Bootstrap.
- Host: GitHub
- URL: https://github.com/yasinabdmahmood/budget-app
- Owner: yasinabdmahmood
- License: mit
- Created: 2022-12-25T08:57:46.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-04T08:43:03.000Z (about 2 years ago)
- Last Synced: 2024-12-07T01:16:37.777Z (2 months ago)
- Topics: bootstrap, html5, ruby-on-rails
- Language: Ruby
- Homepage: https://budget-app-microverse.onrender.com/
- Size: 695 KB
- Stars: 6
- 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
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [Video Demo](#video-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)- [📝 License](#license)
> Budget app 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..
**[Budget app]** is a...
Client
Server
Database
- **[register and log in, so that the data is private to them]**
- **[introduce new transactions associated with a category]**
- **[see the money spent on each category]**
- [Live Demo Link](https://budget-app-microverse.onrender.com)
- [Video Demo Link](https://www.loom.com/share/74dccbfe84d1424895b97f2a2e790908)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need: Visual Studio Code and Installed Rails.
### Setup
Clone this repository to your desired folder:
```bash command
$ git clone $ git clone https://github.com/yasinabdmahmood/Budget-app.git
```
### Navigate to the directory
```bash command
you@your-Pc-name:~$ cd
```
### Install
Install the dependencies:
```bash command
bundle install
```
### Usage
To run the project, execute the following command:
```bash command
` $ rails server`
```
### Run tests
To run tests, run the following command:
```bash command
$ rspec
```
> Mention all of the collaborators of this project.
👤 **Yaseen**
- GitHub: [@yasinabdmahmood](https://github.com/yasinabdmahmood)
- LinkedIn: [yaseen Abd alwahid](https://www.linkedin.com/in/yaseen-abdalwahid/)
- GitLab: [YASEEN ABD ALWAHID](https://gitlab.com/yasinabdmahmood)
- [ ] **[Add Google sign-in authentication style]**
- [ ] **[New page to show annual budget report]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/yasinabdmahmood/Budget-app/issues).
> Write a message to encourage readers to support your project
If you like this project make sure to give it a star
I would like to thank...
- [Microverse](https://www.microverse.org/)
- Original design idea by: [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
- [Creative Commons](https://creativecommons.org)
This project is [MIT](https://github.com/yasinabdmahmood/Budget-app/blob/dev/LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._