Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karayamanemre/budget-tracker

Budget Tracker is a mobile friendly budget tracking app built with Rails and PostgreSQL. It's user-friendly and perfect for anyone looking to keep tabs on their spending.
https://github.com/karayamanemre/budget-tracker

budget-app postgresql ruby-on-rails

Last synced: 6 days ago
JSON representation

Budget Tracker is a mobile friendly budget tracking app built with Rails and PostgreSQL. It's user-friendly and perfect for anyone looking to keep tabs on their spending.

Awesome Lists containing this project

README

        

# πŸ“— 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)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– Budget Tracker

**Budget Tracker app** is a user-friendly mobile application for budgeting that anyone may use to keep tabs on their spending.

## πŸ›  Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Register a user**
- **Login a user**
- **Create a category**
- **Create a Transaction**

(back to top)

## πŸš€ Live Demo

- [Budget Tracker](https://budget-tracker-ek.fly.dev/)

(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:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/karayamanemre/budget-tracker.git
```

### Install

Install this project inside your folder with:

```sh
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Emre Karayaman**

- GitHub: [Emre Karayaman](https://github.com/karayamanemre)
- LinkedIn: [Emre Karayaman](https://www.linkedin.com/in/emre-karayaman-a7b45b243/)

(back to top)

## πŸ”­ Future Features

- [ ] **[Calculator]**
- [ ] **[Edit user info]**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project, kindly give it a star⭐️

(back to top)

## πŸ™ Acknowledgments

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

(back to top)

## πŸ“ License

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

(back to top)