Developed with the software and tools below.
Cyber Shop is an e-commerce application built using React and TypeScript. It allows users to browse products, filter them by category and get detailed information. The project uses modern technologies such as Vite for fast rendering and ESLint to maintain code cleanliness. Also, all pages are designed according to all the rules of responsive design.
- convenient navigation by product categories
- the ability to quickly and accurately search for products
- informative pages for each product
- the possibility of adding goods to the basket
- view and edit the contents of the shopping cart
- React
- Emotion
- TypeScript
- axios
To do:
- Redux
- Клонувати репозиторій:
git clone https://github.com/IrynaAvdonina/cyber-shop.git
- Встановити залежності:
npm install
- Запустити проєкт:
npm run dev