/unwritten-boat-734

Hello Folks, This project is a clone of Nordstrom .Nordstrom is a US based E-commerce company, it is a leading fashion retailer offering compelling clothing, shoes and accessories for men, women and kids. Nordstrom is a one-stop shop for the whole family, and a fashion source for the modern world.

Primary LanguageJavaScript

Nord Strom

Nordstrom, Inc. is an American luxury department store chain. Founded in 1901 by John W. Nordstrom and Carl F. Wallin, it originated as a shoe store and evolved into a full-line retailer with departments for clothing, footwear, handbags, jewelry, accessories, cosmetics, and fragrances.

🛠 Built with

Technologies used in the project:

Javascript

React

React-Router

Redux

Chakra-UI

💻 Screenshots

Home Page: Screenshot (117)

Login Page: Screenshot (118)

Register Page: Screenshot (119)

Product Page: Screenshot (125)

NavBar Page: Screenshot (120)

Footer Page: Screenshot (121)

✨ Features

  • Live previews
  • Fullscreen mode
  • Cross platform

🚀 Demo

Front-end deployed URL: https://cute-kheer-5d7d09.netlify.app/

📁 Folder structure

Frontend - Holds the client application

  • public - This holds all of our static files

  • src

    • components - This folder holds all of the different components that will make up our pages

    • pages - These represent a unique page on the website i.e. Home or About.

    • routes - It is responsible for handling the path of different page.

    • context - It is responsible for global state management of our app.

    • App.js - This is what renders all of our browser routes and different pages

    • index.js - This is what renders the react app by rendering App.js.

  • package.json - Defines npm behaviors and packages for the client

README - This file!

Installation

Clone the project

git clone https://github.com/CodexPuneet/unwritten-boat-734.git

Client-side usage

Go to the project directory

$ cd frontend          // go to client folder
$ yarn # or npm i    // npm install packages
$ npm run start        // run it locally

// deployment for client app
$ npm run build // this will compile the react code using webpack and generate a folder called docs in the root level

This project was built during our construct week at Masai School. It was an individual Project and executed in 6 days.