Skip to content

A fully responsive page of a well-known online store of Nike company. This is one of my first projects that I wrote on my own, based on an existing website. I tried to use reusable components. In this application I decided to use more custom hooks. In the future, when I become more knowledgeable, I would like to create a full copy of this web.

Notifications You must be signed in to change notification settings

carterstorm/fake-nike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake nike website - main page

A fully responsive main page of a well-known online store of Nike company. This is one of my first projects that I wrote on my own, based on an existing website. At the very beginning, I wanted to store application states in Redux, but I decide to use custom hooks. I tried to use as many reusable components as it is possible. Data is displayed from local files.The images come from Nike servers. For loading element I used skeleton animation. The website is written only in Polish language :(

In the future, when I become more knowledgeable, I would like to create a full copy of this website.

Demo

Link for demo page: https://carterstorm.github.io/fake-nike/

Used technologies:

  • create-react-app
  • webpack
  • Normalize.css
  • Styled Components
  • JSX
  • JS ES6+
  • React
  • React Router
  • React Redux
  • Redux Toolkit

Here are the app views for different devices:

Desktop view

Desktop view

Tablet view

Tablet view

Mobile view

Mobile view

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/carterstorm/fake-nike.git
  1. Navigate to the project directory:
cd fake-nike-website
  1. Install the project dependencies using npm or yarn:
npm install

or

yarn install
  1. Start the development server:
npm start

or

yarn start
  1. Open your browser and visit http://localhost:3000 to view the website.

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 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.

About

A fully responsive page of a well-known online store of Nike company. This is one of my first projects that I wrote on my own, based on an existing website. I tried to use reusable components. In this application I decided to use more custom hooks. In the future, when I become more knowledgeable, I would like to create a full copy of this web.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages