The Grocery App is a web application designed to help users manage their grocery lists effectively. Users can add, delete, and edit grocery items in their list, making it convenient to keep track of their shopping needs.
Fullstack
- Frontend: [Link to the deployed frontend app]
- Backend: [Link to the deployed backend app]
- Add grocery items
- Delete grocery items
- Edit grocery items
- User-friendly interface with intuitive controls
- Secure authentication for user accounts
To run the Grocery App locally, follow these steps:
git clone https://github.com/your-username/grocery-app.git
cd grocery-app
npm install