Welcome to the Nice Gadgets project! This is a modern online store developed using React , TypeScript and TailWind. The goal is to provide an intuitive and seamless shopping experience for customers looking for the best gadgets on the market.
Welcome to the Nice Gadgets project! This is a modern online store developed using React , TypeScript and TailWind. The goal is to provide an intuitive and seamless shopping experience for customers looking for the best gadgets on the market.
- Look at Layout (Figma)
- Look at Web application
Create a fast, responsive, user-friendly, and accessible online store that makes it easy to browse, sort, and purchase gadgets.
- React
- TypeScript
- Vite
- SCSS and Tailwind
- Redux
- Product Browsing: A simple interface to view all available gadgets.
- Sorting and Filtering: Convenient search options by categories, prices, ratings, and more.
- Product Details: Each gadget has a dedicated page with detailed information.
- Cart and Checkout: Users can add items to their cart and proceed to checkout.
- Copy this repo: Clone or download the repository to your local machine.
- Install dependencies: Run
npm i
in your terminal to install all the necessary packages. - Start the application: Run
npm start
to launch the application on localhost. The browser will open automatically.