📚 This repository contains the companion code for the tutorial: React + APIs, Part 1: Fetch posts with fetch (https://ubrilo.com/technology/web-development/javascript-frameworks/react-apis-part-1-fetch-posts-with-fetch) This code demonstrates the concepts explained in the article. Please read the full tutorial for detailed explanations and context.
Description
- A basic React application created with Vite that fetches posts from the JSONPlaceholder API using the Fetch API and displays their titles.
Prerequisites
- Node.js and npm installed
Installation
- npm install
Run
- npm run dev