(The site is still under construction)
The basic features that the website offers are listed below :
- User can see a landing page with a list of featured categories.
- If the user clicks on any one of the categories they will be redirected to the product list page with the selected category.
-
User can see a product listing page where all the products are listed with a section of filters.
-
User can see multiple filters on the product listing page including,
- Sort By: which includes : A radio button to sort products based on prices, book title and ratings from low to high & high to low.
- Best Sellers
- Category: A checkbox with various categories according to the theme (Fiction, Non-Fiction, Self Help, Romance, Horror).
- Price: A slider for Price range.
-
User can see a button to clear filters from where they can clear all the applied filters.
-
On the product cards, user can see two call-to-action buttons,
- Add to Cart: User can click on the "Add to Cart" primary button which will add the item to the cart & once added shows "Go to Cart" on the product card.
- Add to Wishlist: User can click on a "Wishlist" secondary icon button where if I click adds the item in the wishlist & vice-versa.
- If the user clicks on any product he is redirected to a single product page with all details & the "Add to Cart" button.
- From the navbar, User can navigate to the cart where all the products that the user wants to buy are mentioned.
- On the product card, user can see the quantity of a particular product. User can Increase or Decrease the quantity of a particular product, Remove the product from the cart, Add the product to the Wishlist.
- User can also see the price details card of the cart containing a button to checkout which will show the total price of the products with its quantity.
- From the navbar, User can navigate to his/her wishlist where all the products that they would like to buy are mentioned.
- On the product card, User can remove the item from the wishlist and add the item to the cart.
- User can see a sign-up page from where user can sign-up using email, first name, last name, password & confirm password.
- User can see a hide-show icon button that shows or hides my password.
- User can see a login page from where he/she can log in using email & password.
- User can see a logout button from where he/she can log out from the app on the header navbar.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can't go back!
If you aren't satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify