Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 448 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 448 Bytes

A Client / Server Demo with TypeScript

Watch a video

Using Node.js (Express) and React.

Run both server and client locally:

yarn dev

Run tests:

yarn test

TO DO

  • refactor client (pull out logic into services - it's a bit messy!)
  • add tests to client components/services
  • cache filter values on client (fetch them from a new endpoint)
  • add sorting to client
  • add pagination to client