muratozgul / encord-take-home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTES TO REVIEWER:

  • Intentionally used multiple ways/approaches to complete similar tasks in order to showcase my knowledge (For example: both used Functional & Class components, both used hooks & redux, etc...)
  • See the /docs folder for screenshots

vite-template-redux

Uses Vite, Vitest, and React Testing Library to create a modern React app compatible with Create React App

npx degit reduxjs/redux-templates/packages/vite-template-redux my-app

Goals

  • Easy migration from Create React App or Vite
  • As beginner friendly as Create React App
  • Optimized performance compared to Create React App
  • Customizable without ejecting

Scripts

  • dev/start - start dev server and open browser
  • build - build for production
  • preview - locally preview production build
  • test - launch test runner

Inspiration

About


Languages

Language:TypeScript 97.5%Language:HTML 1.3%Language:CSS 1.3%