https://github.com/notshrirang/budget-project-frontend
Frontend for Budget Project
https://github.com/notshrirang/budget-project-frontend
css css3 javascript react reactjs tailwind tailwindcss
Last synced: 2 months ago
JSON representation
Frontend for Budget Project
- Host: GitHub
- URL: https://github.com/notshrirang/budget-project-frontend
- Owner: NotShrirang
- Created: 2023-07-22T10:48:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T05:36:47.000Z (about 2 years ago)
- Last Synced: 2026-01-03T15:59:14.879Z (5 months ago)
- Topics: css, css3, javascript, react, reactjs, tailwind, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 691 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget Project Frontend
This is frontend for the project
Backend - https://github.com/NotShrirang/budget-project-backend
Clone the project-
```
git clone https://github.com/NotShrirang/budget-project-frontend.git
```
Install dependencies-
```
npm i
```
Run web app-
```
npm run dev
```