https://github.com/balikuddembe/budget-app
https://github.com/balikuddembe/budget-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/balikuddembe/budget-app
- Owner: Balikuddembe
- License: mit
- Created: 2023-07-03T18:39:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T06:42:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T20:20:43.430Z (4 months ago)
- Language: Ruby
- Size: 347 KB
- Stars: 1
- 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)
- [💻 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)
- [❓ FAQ](#faq)
- [📝 License](#license)My budget app is a mobile and 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.
Client
Database
- **Add/display categories**
- **Add/display transactions**
- **Log in**
- **Sign in**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Balikuddembe/budget-app.git
```
-
### Install
Install this project with:
```sh
cd my-folder
bundle install
```
-
### Usage
To run the project, execute the following command:
```sh
rails server
```
-
### Run tests
To run tests, run the following command:
```sh
rspec
```
👤 **Emmanuel Balikuddembe**
- GitHub: [@Balikuddembe](https://github.com/Balikuddembe)
- Twitter: [@BalixEmma](https://twitter.com/BalixEmma)
- LinkedIn: [emmanuelbalikuddembe](https://www.linkedin.com/in/emmanuelbalikuddembe/)
- [ ] **Add remove option**
- [ ] **Improve UI**
- [ ] **Connect more views**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Balikuddembe/budget-app/issues).
If you like this project please give it a star 😁🌟✨
Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
This project is [MIT](./LICENSE) licensed.