Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mahabubx7/expense-tracker
- Owner: mahabubx7
- License: cc0-1.0
- Created: 2023-08-14T07:49:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T04:39:29.000Z (about 1 year ago)
- Last Synced: 2024-01-27T03:41:22.557Z (10 months ago)
- Topics: erb, expense-tracker, mobile-view, postgresql, render-deployment, rspec, rubocop, ruby, ruby-on-rails, tailwindcss
- Language: Ruby
- Homepage: https://expense-tracker-8nzv.onrender.com/
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Expense Tracker 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** is a good app that lets you track of your daily expenses.
- Ruby
- Ruby on Rails
- PostgreSQL
- TailwindCSS- [x] **Mobile Audience ready UI**
- [x] **Easy Expense's Tracking**
- [ ] **Generate report of Expenses**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 link (click here)](https://youtu.be/CGmWbmF8PiU)**
[](https://www.youtube.com/embed/CGmWbmF8PiU)
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
```👤 **Mahabub Alam**
- GitHub: [@mahabubx7](https://github.com/mahabubx7)
- Twitter: [@mahabubx7](https://twitter.com/mahabub__7)
- LinkedIn: [in/mahabubx7](https://linkedin.com/in/mahabubx7)- [ ] **Add report feature**
- [ ] **Add Desktop view support**Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a ⭐️!
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)
This project is [CC0-1.0 license](./LICENSE) licensed.