Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 996 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 996 Bytes

nike-shop

A Nike shoe store site

Technologies used in this project

  • HTML
  • Tailwind CSS
  • JavaScript
  • SwiperJs

The reason for developing this site

It was a challenge for me to develop a finalized figma file with TailwindCss. This site contains 5 pages that are fully responsive. Also it was a challenge for me to develope vanilla JavaScript components and reuse it on different pages.

Development setup

First, clone the project:

git clone https://github.com/masoumehmohebbi/nike-shop/

Then, install necessary npm packages:

npm i

Finally, run the dev script and preview project on a local server:

npm run watch

In order to format the code with Prettier, I uploaded prittier config file ".prettierrc".

Author

Masoume mohebbi