Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.6 KB

File metadata and controls

62 lines (41 loc) · 1.6 KB

TeeRexStore

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.

GeekTrust Evaluation

GeekTrust Evaluation

Tool and Tech

  • Bundler - Vite
  • UI - React + Redux + Typescript
  • Lint - Eslint
  • Formatter - Prettier
  • Tests - Vitest
  • Animations - CSS and GSAP

Features

  • Fetch products using API.
  • Client side search and filtering of products.
  • Shopping cart

Accessibility

Development

Install Node v18

To run this locally

npm install
npm run dev

To run tests

npm run test

To run typescript checker

npm run tsc

To build and preview the production site

npm run build
npm run preview