Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.76 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.76 KB

Nike Snkrs eCommerce Nextjs version

Fanmade personal repo

Installation

To install the project and its dependencies, follow these steps:

  1. Ensure you have npm installed on your system.

    cd nikesnkrs
    npm install 

Migration SPA React to Nextjs

  • First, I copied the components that requires only little dependencies to render. Example: Atoms -> molecules -> organisms
  • Moreover I target first and migrated. Example: Home page first vs Product page first

Screencast.from.2024.01.10.15.16.18.webm

Views

Home Page

image

Products Page

image

Product Page

image

Login Page

image

Register Page

image

Profile Page

image

Cart Page

image

Order Page