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

https://github.com/tchasinga/budget-app-manager


https://github.com/tchasinga/budget-app-manager

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        


Budget-app


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Budget-app](#-budget-app)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Live demo](#live-demo)
- [Presentation](#presentation)
- [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-)

# 📖 Budget-app

This budget project is about 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

### Tech Stack

- RUBY
- RUBY ON RAILS
- JAVASCRIPT
- HTML
- CSS

### Key Features

- [ ] **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**

(back to top)

## 💻 Getting Started

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-app-jncr.onrender.com)

## Presentation
[Link to video presentation](https://www.loom.com/share/f2b1807206a7435fa97f4c8fc72c71cb?sid=bcc9195e-3dea-4a1c-afb1-698d76ab3f5d)

### 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/tchasinga/Budget-app-manager.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
```

(back to top)

## 👥 Authors

👤 **Tchasinga Balolebwami jack**

- GitHub: [@tchasingajacques](https://github.com/tchasinga)
- Twitter: [@tchasinga](https://twitter.com/Tchasinga)
- LinkedIn: [@tchasinga Jack](https://www.linkedin.com/in/tchasinga-jacques-76aba7214/)

(back to top)

## 🔭 Future Features

- [] **API documentation**

(back to top)

## 🤝 Contributing

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/tchasinga/Budget-app-manager/issues/1).

(back to top)

## ⭐️ Show your support

If you like this project give me a follow and/or a star

(back to top)

## 🙏 Acknowledgments

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.

(back to top)

## 📝 License

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

(back to top)