Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/baayeh/frugalize-frontend

The Frugalize app helps you to manage your budget. The app allows users to create categories and add transactions to the categories
https://github.com/baayeh/frugalize-frontend

budget-management material-ui nextjs reactjs tailwindcss typescript webapp

Last synced: 17 days ago
JSON representation

The Frugalize app helps you to manage your budget. The app allows users to create categories and add transactions to the categories

Awesome Lists containing this project

README

        



logo

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [BackEnd](#backend)
- [Key Features](#key-features)
- [πŸš€ Live Demo](#live-demo)
- [πŸ“Ή Video Presentation](#video-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)

# FRUGALIZE APP

**The Frugalize app** helps you to manage your budget. The app allows users to create categories and add transactions to the categories.

## Screenshots


logo
logo
logo
logo
logo
logo
logo
logo

## πŸ›  Built With

### Tech Stack

Client

Server

Database

### Backend Repo
[Backend Repo](https://github.com/Baayeh/frugalize-backend)

### Key Features

- **[Register a user]**
- **[Login a user]**
- **[Create categories]**
- **[Create Transactions]**
- **[View a user's categories]**
- **[View all transactions for a category]**

(back to top)

## πŸš€ Live Demo

- [Version 1](https://frugalize.onrender.com/)
- [FRUGALIZE Version 2] - Coming soon...

(back to top)

## πŸ“Ή Video Presentation

- [Video Presentation](https://drive.google.com/file/d/1sxQlvCYM-DkWyPMuCr7cmi6t5_TqmdQz/view?usp=sharing)

(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
cd my-folder
git clone https://github.com/Baayeh/frugalize_app.git
```

### Install

Install this project with:

```sh
cd frugalize_app
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 spec
```

### Deployment

You can deploy this project using:

[Render](https://render.com/)

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Author1**

- GitHub: [Kwasi Baayeh](https://github.com/Baayeh/)
- LinkedIn: [Kwasi Baayeh](https://www.linkedin.com/in/kabaayeh)

(back to top)

## πŸ”­ Future Features

- [ ] **[Like a category]**

(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

I would like to thank

- Microverse
- [Gregoire Vella](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=), owner of the original design

(back to top)

## πŸ“ License

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

(back to top)