Skip to content

DenysTyndyk/react-sneakers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 React Sneakers Store

This is my personal portfolio project – a React-based sneaker store with a shopping cart, built using Docker.

🛠 Tech Stack

  • ⚛️ React
  • 🐳 Docker
  • 🎨 SCSS
  • 📡 Axios

🎯 Features

✅ Dynamic product loading via API
✅ Add to cart & remove items
✅ Routing with React Router
✅ Fully responsive UI

🚀 Run Locally

To run this project using Docker, follow these steps:

🔗 Live Demo

Docker Hub

git clone https://github.com/DenysTyndyk/react-sneakers.git
cd react-sneakers
docker-compose up --build -d

DOCKER

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors