Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ritikarawat220/budget-app

πŸ’Έ The BudgetApp is a mobile web app for efficient budget management. This app allows users to track their expenses by maintaining a list of transactions categorized by type. By utilizing the app, users can easily visualize the amount of money they have spent and on what.
https://github.com/ritikarawat220/budget-app

Last synced: 16 days ago
JSON representation

πŸ’Έ The BudgetApp is a mobile web app for efficient budget management. This app allows users to track their expenses by maintaining a list of transactions categorized by type. By utilizing the app, users can easily visualize the amount of money they have spent and on what.

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)
- [Presentation](#presentation)
- [πŸ’» 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](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– [Budget App]

πŸ’°πŸ’Ό Budget App is a web-based budgeting application built using Ruby on Rails and PostgreSQL.
With BudgetApp, users can effortlessly track their income and expenses, gaining full control over their finances.

## πŸ›  Built With

### Tech Stack

Client

### Key Features

- Gitflow execution
- Register an account
- Login registered account
- Create categories and transactions
- Upload Profile photo

(back to top)

### πŸš€Live Demo

[Live](https://microo.onrender.com/)

(back to top)

### Presentation

[presentation](https://www.loom.com/share/f11cfe46119343119a697b7d0a15e40a?sid=442ad728-7ee2-4926-bc22-362f9e6344de)

(back to top)

## πŸ’» Getting Started

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

### Setup

- Clone this repository to your desired folder:

for cloning follow this steps

- Create a local directory where you can clone the project
- Clone the project to your directory by running
https://github.com/ritikarawat220/Budget-App
- Run the code with ruby

Example commands:

```sh
git clone [email protected]:ritikarawat220/Budget-Appp.git
```

### Prerequisites

In order to run this project you need:
- Node.js
- npm
- ruby 2.7.0
- rails
- PostgreSQL

(back to top)

### Install
Install this project with:

cd 'project name'

"npm i" to install all dependencies

"bundle install" to install all gems

"rails s" to run the server

### Run tests
- "rspec" to run the tests

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Ritika Rawat**

- GitHub: [ritikarawat220](https://github.com/ritikarawat220)
- Twitter: [@ritikarawat22](https://twitter.com/Ritikarawat22)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/rawatritika/)

(back to top)

## πŸ”­ Future Features

- [Delete and edit transactions]
- [ User profile settings]

(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 leave a Star

(back to top)

## πŸ™ Acknowledgments

- I would like to thank Microverse for the great project idea. ❀️
- Credit goes to [Gregoire Vella on Behance](https://www.behance.net/gregoirevella) whose original design was used.

(back to top)

## πŸ“ License

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

(back to top)