This is my personal portfolio project – a React-based sneaker store with a shopping cart, built using Docker.
- ⚛️ React
- 🐳 Docker
- 🎨 SCSS
- 📡 Axios
✅ Dynamic product loading via API
✅ Add to cart & remove items
✅ Routing with React Router
✅ Fully responsive UI
To run this project using Docker, follow these steps:
git clone https://github.com/DenysTyndyk/react-sneakers.git
cd react-sneakers
docker-compose up --build -d- up docker-compose
docker-compose up- up docker-compose and rebuild the project
docker-compose up --build- Stop and delete a container
docker-compose down- Stop, delete the container and all images
docker-compose down --rmi all