Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 442 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 442 Bytes

React-Query-App

This project uses SWAPI - a Star Wars API. It fetches data from two HTTP endpoints

  • Planets - http swapi.dev/api/planets/
  • People - http swapi.dev/api/people/

Available Scripts

In the project directory, you can run:

npm install

Installs all dependencies for your app.\

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.