Skip to content

Latest commit

 

History

History

README.md

React Task 04

E-COMMERCE WEBSITE

-URL

This is the fourth task for the React course.

LivePage

Objective: Replicate the design in this Figma link

Instructions

 Screens to be built:

  1. E-Commerce HomePage
  2. Sign Up
  3. Log In
  4. Account Dropdown With account
  5. Wishlist
  6. Product Details page
  7. Cart
  8. 404 Error

•  Use Firebase API's to integrate your sign up process and your login process.
•  On successful signup, the application should display the login screen.
•  Validate all forms properly to the specifications provided by the design.
•  On successful login, user should be able to add product to cart and also view the content of their cart.
•  Use React Router for navigating the application.
•  Use Redux tool kit to manage state globally.
•  Make sure your application replicates the design provided.
•  Make your application responsive.

Images

E-Commerce HomePage HomePage

Sign Up SignUp

Log In logIn

Account Dropdown With account Account

Wishlist Wishlist

Product Details page Product

Cart Cart

404 Error 404Error