LIVE LINK => (https://devvstore.netlify.app/)
devstore-react.mp4
- HTML
- CSS
- JavaScript
- ReactJS
- Mockbee (for mock backend)
This e-commerce app contains following features:
- Home page
- Contain Hero Section with Shop Now Button
- Contain Category Section with buttons Which will redirect to the Product List Page with category selected.
- Category section also contain image which will navigate to new page of the following category.
- Contain a product section with SEA ALL CTA.
- ProductListing
- It contain all the available products.
- All products has CTA BUTTON (ADD TO CART, ADD TO WISHLIST)
- Filters
- Product Listing has Multple filters option
- User can filter by price (RADIO BUTTON => LOW TO HIGH. HIGH TO LOW)
- User can filter By Category and Brands (CHECKBOX BUTTON)
- User can also sort by Rating (SLIDER)
- Search Functionality
- In DEVSTORE you can also search indvidual products with searchbar.
- cart Management
- Cart has all the the products with alot of CTA.
- user can increase or decrease the quantity of item.
- User can move it to the wishlist.
- User can delete its product from cart also.
- Wishlist Management
- In wishlist Mangement user can manage its wishlist items.
- It has three buttons that can help user do specfic things. (REMOVE FROM WISHLIST, ADD TO CART, INCREASE QUANTITY)
- If item is already present in cart than user can increase the quantity of it.
- It also lets user add product to cart and if user clicks it more than once then that product is added to cart and its qty is also increased in cart
- It is also having a feature to let user remove products from wishlist
- Product details page
- Devstore has Product detail page also which has the following Buttons (ADD TO CART, ADD TO WISHLIST)
- ADD TO CART :-> USER CAN ADD THE PRODUCT INTO CART
- ADD TO WISHLIST :-> USER CAN ADD TO WISHLIST
- 404 page
- When user goes on any route which is not there in the app, this will show a 404 page.
- CLONE THIS REPO
- USE NPM INSTALL
- Then do NPM Start
- You are ready to go
- to use the private Route you can checkout this link (https://mockbee.netlify.app/)