Health Prime helps you to buy medicines online and get them delivered at your doorstep anywhere in India!.
Visit the live website here and start shopping!
- Varun Ergurala
- Meenakshi Arora
- Raj
- Sohel Syed
- Reddyvari tejeshkumarreddy
- Next JS
- Chakra UI
- FireBase
- Redux
- Json-Server
- Any user is be able to purchase the products from our website.
- For each product, we have created a detailed description page.
- User can add any item to cart by clicking on add to cart.
- For adding any Item to cart user must be signed up or logged in.
- Cart is always maintained globally at any time we can check cart details from the navbar section.
- Once the user created his account the next time user can be able to direct login.
- On the Home page of the website, we are creating a very beautiful interface with various carousals.
- On the product page, we have provided multiple features like sorting, searching and filtering, etc.
- Admin Dashboard to control products - admin credential -[ email - varunadmin@gmail.com | password - varunadmin@gmail.com ]
- Clone this repo to your local machine using
git clone https://github.com/Varun8177/roasted-geese-6392.git
- Go to the folder where you cloned this repo and install dependencies using
npm install
- Run the project in developer mode using
npm run dev
- Run the project in production mode
npm run start