A full-stack grocery application designed to make shopping convenient for users in Nepal. This project currently focuses on the front-end development, and the backend database will be added in future updates.
- Frontend: React
- Backend: Express and Node.js
- Database: MongoDB (to be added in future development)
## Features
- **Product Browsing**: Users can browse various grocery items categorized for easy navigation.
- **Shopping Cart**: Add items to a cart and update quantities as desired.
- **User Authentication** (planned): Secure user login and account management.
- **Order History** (planned): Track past orders and reorder items easily.
## Future Development
- **MongoDB Integration**: Adding MongoDB as the database to store user data, order history, and product details.
- **Backend API Expansion**: Expanding backend functionality to handle more complex operations, such as payment processing and user authentication.
## Getting Started
1. **Clone the Repository**:
```bash
git clone https://github.com/your-username/grocery-app.git
cd grocery-app
-
Install Dependencies:
npm install
-
Run the Application:
cd .. npm run dev
Contributions are welcome! Please fork the repo and create a pull request for any new features or improvements.