https://github.com/nylaurent/expensetracker
Expense Tracker is a simple expense tracker app built in React.js and Tailwind CSS.
https://github.com/nylaurent/expensetracker
Last synced: 4 months ago
JSON representation
Expense Tracker is a simple expense tracker app built in React.js and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/nylaurent/expensetracker
- Owner: NyLaurent
- Created: 2024-10-28T06:42:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T07:56:33.000Z (7 months ago)
- Last Synced: 2024-10-29T08:26:59.830Z (7 months ago)
- Language: JavaScript
- Homepage: https://expense-tracker-ten-ebon-98.vercel.app
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Expense Tracker App
Expense Tracker is a simple expense tracker app built in React.js and Tailwind CSS.
Installation Instructions
- Clone this repository.
- Open it in your development environment.
- Run
npm install
to install the node modules.
- Finally, run
npm run dev
to run it in your browser.