Skip to content

klaus139/starwars-api

Repository files navigation

week-one-sq012

Problem Description:

You are to create a SPA (single page application) application using HTML, CSS and JavaScript. It shows all characters from a star wars API (https://swapi.dev/api/people). Read the documentation and implement as follows.

Process ?

  1. Display an image for each of the characters. Preferrably a unique image for each but you could also choose to use a dummy image for all of them.

  2. Make a HTTP request to the star wars API and use the result from the request to populate your frontend application

  • Display a list with the names of each person from the API request.
  • On Clicking any name, display the details of that user on the screen, with name, gender, height only
  1. All implementations should be done using es6.

  2. Make your design pretty and responsive.

  3. When you are done, host your application on heroku or netlify (submit link should be added to your turned in field on Teams)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published