Welcome to the Sneakers E-commerce Website! This is an online platform where users can browse and purchase sneakers. The website is built using React, Vite, Tailwind CSS, and React Router DOM for a fast and seamless shopping experience.
The Sneakers E-commerce Website allows users to:
This platform aims to provide a smooth and modern shopping experience with a clean and responsive design.
This project is built with the following technologies:
To get a local copy up and running, follow these simple steps:
Clone the repository:
git clone https://github.com/SalahEddineMj/sneakers-e-commerce.git
Navigate into the project directory:
cd sneakers-e-commerce
Build and run the project using Docker:
docker build -t sneakers-e-commerce .
docker run -p 80:80 sneakers-e-commerce
Install dependencies:
npm install
Run the development server:
npm run dev
Open your browser and go to http://localhost:5173 to view the app.
docker build -t sneakers-e-commerce .
docker run -p 80:80 sneakers-e-commerce
This project features a fully functional sneakers e-commerce website. You can:
We welcome contributions to improve the project. Please follow these steps to contribute:
git checkout -b feature/your-feature
).git commit -m 'Add new feature'
).git push origin feature/your-feature
).This project is licensed under the MIT License - see the LICENSE file for details.