Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/namelessproj/groceries-list-react-app
This is a simple groceries list app built with React JS. It allows users to add, edit, and delete items from their groceries list.
https://github.com/namelessproj/groceries-list-react-app
json-server react reactjs vite vitejs
Last synced: 17 days ago
JSON representation
This is a simple groceries list app built with React JS. It allows users to add, edit, and delete items from their groceries list.
- Host: GitHub
- URL: https://github.com/namelessproj/groceries-list-react-app
- Owner: NamelessProj
- Created: 2024-10-15T16:07:27.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-15T16:18:25.000Z (about 1 month ago)
- Last Synced: 2024-10-31T23:09:00.747Z (17 days ago)
- Topics: json-server, react, reactjs, vite, vitejs
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Groceries List React App
This is a simple groceries list app built with React JS. It allows users to add, edit, and delete items from their groceries list.# Installation
1. Clone the repository
2. Run `npm install` to install the dependencies
3. Run `npm run dev` to start the development server
4. Run `npx json-server data/db.json --watch --port 3500` to start the JSON server
5. Visit `http://localhost:5173` to view the app