https://github.com/ryanvu/expense-localstorage
https://github.com/ryanvu/expense-localstorage
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanvu/expense-localstorage
- Owner: ryanvu
- Created: 2021-08-16T19:53:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-29T04:16:07.000Z (over 4 years ago)
- Last Synced: 2025-01-20T20:51:26.354Z (over 1 year ago)
- Language: JavaScript
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker Local Storage
A simple app to track your expenses and all data is saved on your local storage.
## Libraries used
- framer-motion
- sass
- react-router-dom
## Instructions
1. clone repo
2. run `npm i`
3. then run `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).