This project is a static webpage showcasing a simulated sneaker store, designed and developed using React and Tailwind CSS.
The webpage highlights key features of a sneaker store, including product displays, store information, and a clean, modern aesthetic.
This project is a React-based page for a fictional sneakers store, designed as a practice exercise to refine my skills in styling a React application using Tailwind CSS.
The page showcases the store's best-selling sneakers and features a section dedicated to upcoming releases. While it's not a fully functional e-commerce site, it intends to improve my ability to create a visually appealing and engaging user experience with React and Tailwind CSS.
A key focus of this project was to incorporate animations and interactive elements that come alive as you scroll through the page. These enhancements aim to create a dynamic and immersive browsing experience.
- Clone the repository
git clone https://github.com/patr-silva/Sneakers-Store.git
- Install NPM packages
npm install
- Run the app
npm run dev