Skip to content

Podoprigora/sport-area-shop-front

Repository files navigation

SportArea shop front-end

Experimental e-commerce front-end built with React.

The main purpose of this project is mastering of React and receive hands-on experience to build complex components to facilitate development upcoming projects. Another point of this project is preparing library of reusable components.

All images and data have been taken from https://www.planet-sports.com/.

Demo

See the Demo of shop.
Storybook of UI components: Link.

Setup

Copy or clone code, then:

$ npm install
$ npm run start
# or
$ npm run build