A t-shirt shopping website. It is a sample website to showcase my skills. The task is taken from Greektrust coding challenge. Here is the description of the task, rules, api, mockup etc.
- Bundler - Vite
- UI - React + Redux + Typescript
- Lint - Eslint
- Formatter - Prettier
- Tests - Vitest
- Animations - CSS and GSAP
- Fetch products using API.
- Client side search and filtering of products.
- Shopping cart
Install Node v18
npm install
npm run dev
npm run test
npm run tsc
npm run build
npm run preview