Skip to content

An online shopping website/ e-commerce website specifically for books.

Notifications You must be signed in to change notification settings

sakshi006/KairoShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KairoShop is an online shopping website/ e-commerce website specifically for books.

(The site is still under construction)

The basic features that the website offers are listed below :

Home Page

  1. User can see a landing page with a list of featured categories.
  2. If the user clicks on any one of the categories they will be redirected to the product list page with the selected category.

Product Listing Page

  1. User can see a product listing page where all the products are listed with a section of filters.

  2. User can see multiple filters on the product listing page including,

    1. Sort By: which includes : A radio button to sort products based on prices, book title and ratings from low to high & high to low.
    2. Best Sellers
    3. Category: A checkbox with various categories according to the theme (Fiction, Non-Fiction, Self Help, Romance, Horror).
    4. Price: A slider for Price range.
  3. User can see a button to clear filters from where they can clear all the applied filters.

  4. On the product cards, user can see two call-to-action buttons,

    1. 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.
    2. Add to Wishlist: User can click on a "Wishlist" secondary icon button where if I click adds the item in the wishlist & vice-versa.

Product Detail Page

  1. If the user clicks on any product he is redirected to a single product page with all details & the "Add to Cart" button.

Cart Management

  1. From the navbar, User can navigate to the cart where all the products that the user wants to buy are mentioned.
  2. 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.
  3. 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.

Wishlist Management

  1. From the navbar, User can navigate to his/her wishlist where all the products that they would like to buy are mentioned.
  2. On the product card, User can remove the item from the wishlist and add the item to the cart.

Sign-up Page

  1. User can see a sign-up page from where user can sign-up using email, first name, last name, password & confirm password.
  2. User can see a hide-show icon button that shows or hides my password.

Login Page

  1. User can see a login page from where he/she can log in using email & password.

Logout

  1. User can see a logout button from where he/she can log out from the app on the header navbar.

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

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.

npm run eject

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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

An online shopping website/ e-commerce website specifically for books.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published