An open API service indexing awesome lists of open source software.

https://github.com/paul-js-hub/budget

A mobile web application that allow users to manage their budget.
https://github.com/paul-js-hub/budget

postgresql rails ruby

Last synced: about 1 year ago
JSON representation

A mobile web application that allow users to manage their budget.

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [🚀 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)
- [📝 License](#license)

# 📖 [Budget App]

> Budget app is a mobile web application that allow users to manage their budget.

## 🛠 Built With
- HTML & CSS
- Bootstrap
- JavaScript
- Ruby
- Ruby on Rails
- Rubocop
- Rspec
- Postgresql

### Tech Stack

Client

Server

Database

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://intense-headland-23669.herokuapp.com/)

## 🚀 Video Presentation

- [Video Link](https://www.loom.com/share/4dbc5a8de9c6438dbb9ae8f873769665)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

gem install rails

### Setup

Clone this repository to your desired folder:

- https://github.com/Paul-js-hub/budget.git

- cd budget

### Install

Install this project with:

- bundle install
- npm install
- yarn install
- rails db:create
- rails db:migrate

### Usage

To run the project, execute the following command:

- ./bin/dev

### Run tests

To run tests, run the following command:

- bundle exec rspec

(back to top)

## 👥 Author

👤 **Paul Onchera**

- GitHub: [@paulonchera](https://github.com/Paul-js-hub)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/paul-onchera/)

(back to top)

## 🔭 Future Features
- Add a delete button to remove a category
- Add an edit button to edit the transactions

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Paul-js-hub/budget/issues).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

- Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)
- Hat tip to anyone whose code was used

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed.

(back to top)