Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mahabubx7/expense-tracker

This application can be used to track your expenses with various groups or category. Any mobile-end users can use this web-application.
https://github.com/mahabubx7/expense-tracker

erb expense-tracker mobile-view postgresql render-deployment rspec rubocop ruby ruby-on-rails tailwindcss

Last synced: 1 day ago
JSON representation

This application can be used to track your expenses with various groups or category. Any mobile-end users can use this web-application.

Awesome Lists containing this project

README

        

# Expense Tracker App

app
app
app

# 📗 Table of Contents

- [Rich Dad Wallet](#rich_dad_wallet)
- [📗 Table of Contents](#-table-of-contents)
- [📖 Rich Dad Wallet](#-Rich_dad_wallet-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started ](#-getting-started-)
- [ Video Presentation](#video)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Expense Tracker App

**Expense Tracker App** is a good app that lets you track of your daily expenses.

## 🛠 Built With

### Tech Stack

- Ruby
- Ruby on Rails
- PostgreSQL
- TailwindCSS

### Key Features

- [x] **Mobile Audience ready UI**
- [x] **Easy Expense's Tracking**
- [ ] **Generate report of Expenses**

(back to top)

## 🚀 Live Demo

This RoR application is deployed in `Render` free web-service and connected to a remote postgresql database that I own.
[Live Demo](https://expense-tracker-8nzv.onrender.com/)

## Video Presentation

**[Video link (click here)](https://youtu.be/CGmWbmF8PiU)**

[](https://www.youtube.com/embed/CGmWbmF8PiU)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

- [Ruby](https://www.ruby-lang.org/en/)
- [Rails](https://rubyonrails.org/)

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/mahabubx7/expense-tracker.git
cd expense-tracker
```

Install this project with:

_Note: This project requires Ruby v3.2.2_

```sh
gem update --system # for cross-platform gem conflict resolving
```

```sh
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails s
```

or, to pre-build resources,

```sh
./bin/render-build.sh && rails s
```

(back to top)

## 👥 Authors

👤 **Mahabub Alam**

- GitHub: [@mahabubx7](https://github.com/mahabubx7)
- Twitter: [@mahabubx7](https://twitter.com/mahabub__7)
- LinkedIn: [in/mahabubx7](https://linkedin.com/in/mahabubx7)

(back to top)

## 🔭 Future Features

- [ ] **Add report feature**
- [ ] **Add Desktop view support**

(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 please give it a ⭐️!

(back to top)

## 🙏 Acknowledgments

I would like to thank [Microverse](https://microverse.org/).

This Project design is adopted based on the Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)

(back to top)

## 📝 License

This project is [CC0-1.0 license](./LICENSE) licensed.

(back to top)