Skip to content

0reldev/api-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API challenge

Educational exercice from Wild Code School

Introduction

This is an exercice to practice the connexion between a web application and a public application programming interface.

Instructions

The Rick and Morty API

API's site: https://rickandmortyapi.com/

Documentation (see the REST section) : https://rickandmortyapi.com/documentation/#rest

Goal of the exercice: Create a web application about Rick and Morty using the given API.

The exercice can be split into the following steps:

  1. diplay informations from a character thanks to its id
  2. display a random character
  3. display six random characters (see the "Get multiple characters" section)

Screen captures of the solved exercice

screen capture screen capture screen capture

About

4-hour educational challenge from Wild Code School about APIs.

Topics

Resources

Stars

Watchers

Forks