Skip to content

PlanetEducationNetworks/React-test

Repository files navigation

Candidate Test App

Base React + TypeScript scaffold for technical tests.

Includes

  • React + TypeScript + Vite
  • React Router (single page route)
  • Global state scaffold (Context + reducer)
  • API layer (httpClient)
  • ESLint + Prettier
  • Example component + test (Vitest + Testing Library)

Run

npm install
npm run dev

Test

npm run test

Lint/Format

npm run lint
npm run format

Env

Optional:

VITE_API_BASE_URL=http://localhost:3000

About

Managed by the PEN software engineering team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors