A modern e-commerce product page built with React and Tailwind CSS , showcasing a limited edition sneaker product. This application includes a dynamic image slider, lightbox functionality, and a shopping cart .
This is a challenge from Frontend Mentor.
You can view the live demo of the project here.
To run this project locally, follow these steps:
Clone the Repository:
```bash git clone https://github.com/mirkoterzic/e-commerce-product-page.git
Navigate to the Project Directory:
cd e-commerce-product-page
Install Dependencies:
npm install
Start the Development Server:
```bash npm start
Your application will be available at http://localhost:3000
npm start
: Starts the development server.npm run build
: Builds the application for production.npm run deploy
: Deploys the build directory to GitHub Pages.npm test
: Runs the tests.npm run eject
: Ejects the configuration files (use with caution).Mirko Terzic