Skip to content

yinotherhino/Starwarsapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description:

A SPA (single page application) application developed with HTML, CSS and JavaScript. It shows all characters from a star wars API (https://swapi.dev/api/people).

  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. An HTTP request was made to the star wars API and the result from the request was used to populate your frontend application

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

  2. The SPA was made responsive using CSS grid.

  3. The application is hosted on heroku (https://starwarscharsapi.herokuapp.com/)

  4. The application is hosted on netlify (https://starwarscharsapi.netlify.app/)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published