Skip to content

mitchellfyi/client-server-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Client / Server Demo wrote in TypeScript using Node.js (Express) and React. Uses Jest for unit tests.

Resources

Stars

Watchers

Forks