Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abdussattar-70/spendigo

The SpendiGo 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/abdussattar-70/spendigo

bdd-tests integration-testing postgresql-database rails-application render-deployment rspec-rails ruby

Last synced: about 17 hours ago
JSON representation

The SpendiGo 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

        

SpendiGo

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Rails Blog App ](#-My-Blog-App-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 SpendiGo

SpendiGo is a user-friendly mobile web app designed to empower individuals with efficient budget management. With its intuitive interface, users can effortlessly track and categorize their expenses, gaining valuable insights into their spending habits. By visualizing their financial data, users can make informed decisions, prioritize savings, and achieve better control over their finances. SpendiGo simplifies budget tracking, making it an essential tool for anyone seeking to achieve financial wellness and manage their money wisely.

## 🛠 Built With

### Tech Stack

Client


  • Ruby: The primary programming language for the project.


Database

Ruby On Rails

### Key Features

- **Add Payment type**
- **List all Payment type**
- **Make Payment**
- **List of all Transaction**
- **Total Transaction amount**

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

- Mac or PC
- Code Editor (ex: Vs Code)
- Terminal
- Postgresql
- Node.js
- git
- Install [ruby](https://www.ruby-lang.org/en/documentation/installation/) on your computer
- Install [rails](https://www.tutorialspoint.com/ruby-on-rails/rails-installation.htm#) on your computer

### Setup

Clone this repository to your desired folder:

```sh
cd your-desired-folder
https://github.com/AbdusSattar-70/SpendiGo.git
```

### Install

- Install this project with:

- Linters
- Rubocop
- Ruby On Rails

- Follow the step:

```sh
cd SpendiGo
npm install
bundle install
rails s
```

### Usage

- Run the app with `rails s` in the terminal from the root folder of the project.

### Test

```sh
rspec spec/filename.rb
```

(back to top)

## 👥 Authors

## 👤 Abdus Sattar

- GitHub: [AbdusSattar-70](https://github.com/AbdusSattar-70)
- Twitter: [Abdus Sattar](https://twitter.com/Abdus_Sattar70)
- LinkedIn: [Abdus Sattar](https://www.linkedin.com/in/abdus-sattar70/)

(back to top)

## 🔭 Future Features

- Add Scan functionality
- Add confirm email functionality

(back to top)

## 🚀 Live Demo

[See Live on render](https://spendigo.onrender.com/)

## 🚀 Video Presentation

[Video Presentation](https://www.loom.com/share/44a787b5614a4b41b9e6337c8ccdee2e?sid=8ca4b59b-f245-4022-bfb8-94373aec01e1)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/AbdusSattar-70/SpendiGo/issues).

(back to top)

## ⭐️ Show your support

If you like this project, please leave a ⭐️

(back to top)

## 🙏 Acknowledgments

- Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella) Thanks to him for making such an amazing design.
- I would like to thank Microverse for providing the reading materials that aided me during the project development and code reviewers who help me to maintain better code.

(back to top)

## ❓ FAQ

- **Can I use this code?**

- yes, it is open source. Feel free to fork it.

- **Can I contribute to this project?**

- Contact me so I can add you as a collaborator. Alternatively you can leave an issue, it will be well appreciated.

(back to top)

## 📝 License

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

(back to top)