Skip to content

Ernulphus/geodata2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geodata

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.

React + Vite

This template provides a minimal setup to get React working in Vite.

Making a network call

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.

Routing

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors