Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 585 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 585 Bytes

Published at

https://fleps.github.io/appointment-app/

This project was bootstrapped with Create React App.

Details

  • Basic Appointment app created from this React course.
  • Uses useState, useEffects, useCallback, Tailwind CSS, etc.
  • Data is static from a json file (but requested via fetch to simulate a real API call).
  • Added some small personal touches during development, like the colors and the Sort By arrow changing direction on state change.
  • Node v16.20.0