StarWarsAPI is a web app that uses the Star wars API (SWAPI) to display the list of films about the StarWars universe.
Clone down this repository.
Installation:
npm install
To Run Test Suite:
npm test
To Start Server:
npm start
To Visit App:
localhost:3000
Unfortunately, the application has a fetching error issue because https://swapi.graph.cool/ has stopped providing api service. The system will be revised with a new api soon. Thanks for your understanding.
