/Star-wars-movie-api

Consumed an API with characters from the movie Starwars. Created a SPA (single page application) using html, CSS and JavaScript.

Primary LanguageHTML

Problem Description:

Created a SPA (single page application) using html, CSS and JavaScript. Shows all characters from a Star wars movie.

Process

  1. I displayed dummy images for all single characters.

  2. I made HTTP request to populate your frontend application using the API

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

4.The design is pretty and responsive.