A quick project that shows how to fetch data from a public API (in this case: https://swapi.dev/).
Live project: https://fetch-data.joebond.dev/
To install and work on this project locally:
git clone https://github.com/jcbond92/data-fetch-example.git
cd data-fetch-example
npm install
npm run dev