Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riishabhraj/expense-tracker
Expense Tracker make your life easy
https://github.com/riishabhraj/expense-tracker
react redux redux-toolkit
Last synced: 7 days ago
JSON representation
Expense Tracker make your life easy
- Host: GitHub
- URL: https://github.com/riishabhraj/expense-tracker
- Owner: riishabhraj
- Created: 2024-05-30T05:43:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-03T16:51:53.000Z (3 months ago)
- Last Synced: 2024-12-29T05:29:13.337Z (7 days ago)
- Topics: react, redux, redux-toolkit
- Language: JavaScript
- Homepage: https://expense-tracker-chi-brown.vercel.app/
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker
![expense-tracker-image](https://github.com/user-attachments/assets/df2cacd5-d09b-40f7-b9be-e3f011355a2c)
A step by step series of examples that tell you how to get a development
environment running:Clone the git repository
```bash
git clone https://github.com/riishabhraj/expense-tracker.git
cd expense-tracker
```And install npm dependencies
```bash
npm install
```Run on Browser
```bash
npm run dev
```