Novee is an e-commerce store for all your clothing needs. Products are currently available for men and women in different categories like jackets, tops, ethnic wear and many more.
You should check out the app today
-
Home Page
- On the home page you can see categories and Trending Product
- You can see social links and other page links in the footer
-
Product Listing Page
- Products are listed for men and women
- Filters
- sorting filter by price,
- filter by category,
- filter by rating,
- filter by brand,
- filter by item in stock
- Product card
- With necessary details like title, desc, ratings
- Add to cart button
- Add to wishlist
-
Single Product Page
- Details of product
- Add to cart
- Add to wishlist
-
Wishlist Management
- Product list
- Move to cart
- Remove from cart
-
Cart Management
- All cart products listed
- Remove from cart, and move to wishlist action on each card
- Remove all items from the cart
- Price details
-
Authentication
- Login
- Logout
- Signup
- Coupon Integration
- Address Management
- Payment Integration
*Clone the repository on your local machine with the command below in your terminal and cd into the novee-app folder
git clone https://github.com/manish591/Novee-app.git
cd Novee-app
-
Install dependencies using npm or yarn
npm install or yarn add
-
reate a
.env
file at the root level of the directory, and create a secret key shown belowREACT_APP_JWT_SECRET=<YOUR_SECRET_KEY>
-
Start your dev server
npm start