Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 517 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 517 Bytes

star-db

The project is a React app to display information about Star Wars using the swapi.dev API

Screenshot

Running

git clone https://github.com/shakshin-01/star-db
npm install
npm start

Features

  • Use API swapi.dev
  • Use Context API and React Router
  • Use High-Order Components (HOC)
  • Display random planet
  • Display info about people, planets and starships
  • Display loading and error indicators
  • Catch errors