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

https://github.com/getssh/budget_app


https://github.com/getssh/budget_app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 budget app ](#-budget-app-)
- [Intro Video](#intro-video)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [🚀 Live Demo ](#-live-demo-)
- [Watch the walkthrough here:](#watch-the-walkthrough-here)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [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

**budget app** A mobile application to manage users expenses. Users can add a catagory and in the catagory they can add transactions. By doing that they can trance thier money. The application also include authenicaion for security.

### Intro Video
https://www.loom.com/share/a1e6cae6108346f9a3e74d6c53418c0f?sid=3c9ddcfe-e7ab-4f19-9488-f871d2b4db1a

## 🛠 Built With

### Tech Stack

Client


  • HTML

  • CSS

  • Javascript

  • React Js

Server


  • Ruby on Rails

Database


  • Postgresql

## 🚀 Live Demo

- [Live](https://budget-appp-rp0t.onrender.com/)

## Watch the walkthrough here:

- [Loom Walkthrough](https://www.loom.com/share/a1e6cae6108346f9a3e74d6c53418c0f?sid=3c9ddcfe-e7ab-4f19-9488-f871d2b4db1a)

### Key Features

- **Simple UI**
- **Beautiful Design**

(back to top)

## 💻 Getting Started

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

### Setup

Clone the repo into your local machine:

```bash
git clone https://github.com/getssh/budget_app
```

### Prerequisites

In order to run this project you need to:

- Install [Git](https://git-scm.com/)
- Install [Ruby](https://rubyinstaller.org/)
- Install [Rails](https://rubyonrails.org/)

### Install

To install the dependencies run the following command

```bash
bundle install
```

### Usage

To start the project execute this command

```bash
rails s
```

### Run tests

To run the tests execute this command

```bash
rspec spec/
```

👆

## 👥 Authors

👤 **Getayawkal Tamrat**

- GitHub: [@getssh](https://github.com/getssh)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/getayawkal-tamrat/)

👆

## 🔭 Future Features

- **Animations** :eyes:

👆

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

👆

## ⭐️ Show your support

If you like this project leave a start for it.

👆

## 🙏 Acknowledgments

Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).

I would like to thank Microverse for helping me in my journey to become a Fullstack developer 🌹

👆

## 📝 License

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

👆