Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/archielicious/qkart_frontend
QKart is a simple E-Commerce Application built using React, where the User can register and login to add the products to cart, select the quantity, checkout and provide the address to place the order.
https://github.com/archielicious/qkart_frontend
css3 html5 javascript mui reactjs
Last synced: 4 days ago
JSON representation
QKart is a simple E-Commerce Application built using React, where the User can register and login to add the products to cart, select the quantity, checkout and provide the address to place the order.
- Host: GitHub
- URL: https://github.com/archielicious/qkart_frontend
- Owner: archielicious
- Created: 2023-08-02T12:07:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-02T12:21:42.000Z (over 1 year ago)
- Last Synced: 2023-09-24T03:33:46.852Z (about 1 year ago)
- Topics: css3, html5, javascript, mui, reactjs
- Language: JavaScript
- Homepage: https://archishmandash-qkart.netlify.app/
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QKart_Frontend
Introduction to QKart
QKart is a traditional brick-and-mortar supermarket chain with stores in over 30 cities throughout India. With their 25th anniversary coming up, the management is planning to take their business to the next level by going online. The company needs a Flipkart-like web platform with all the necessary functionalities.Note from the Product Manager
Welcome to QKart’s frontend team! The QKart frontend will be built using React.js. You will drive the project to completion by adding features like:
Authentication, Dynamic product listing, Search, Shopping cart, Checkout process.During the course of this journey, you will learn and apply these skills in React
State manipulation and Props, Components - Stateless and Stateful, React lifecycle methods, Routing, Data binding, Debouncing, Conditional rendering.
The QKart website will include these pages
Register and Login Pages - QKart allows its customers to register and login.
Users can register on the QKart website by visiting the Register page.
They can then login to the website by entering the username and password set during the registration.
Only logged in users can buy products.Products Page - All the products are displayed here.
Users are provided details like the product price and category.
It also has a search feature.Checkout Page - Users will be taken to the checkout page by clicking on the “Checkout” button on the Product page.
The Checkout page shows an overview of the cart items, the total cost and the wallet balance for the user.
Users can add or choose an existing delivery address and place the order from here.Order Confirmation Page - Users are taken to this page when they successfully place their orders. It displays the tentative delivery date and the user’s wallet balance.