Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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