This repo provides sample code for getting started in Professor Callahan's SWE course for the 2025-2026 school year. The site reads, manipulates, and displays data from the backend.
This template provides a minimal setup to get React working in Vite.
Use the axios module to make a GET, PUT, POST, or DELETE network call. Wrap the call in a callback function passed to useEffect() to ensure that it only gets called once when the component first renders.
Use the react-router module to define Route components with path attributes and Link components with to attributes. When linking to a route you defined, include only the path for that route as the to