React Mini Projects
A set of small demos and exercises exploring React and related technologies, from coding through to CI/CD deployment and testing. (Github link is at top of page.)
More useful to me than you :-)
Zustand Shop
Share state between child components.
Squid Game
Simple version of squid game.
Auth
Page protected by authentication.
Phone Input
User types digits into phone input text field.
Persistent Todo List
Todo list persisted in local storage.
Persistent Timer
A timer persisted in local storage.
MDX
Display content from an .mdx file.
Input Filter
Filter a list of items by typing text.
Debounce
Debounce a text input value which changes frequently