Skip to content

SusanGithaigaN/Rick-Morty-js-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rick & Morty API

Project Description.

This is an application that generates characters from the Rick and Morty show by fetching data from a public API. The user can also search for characters in the show using the search button.

Challenges faced.

The main challenge was finding the right public API to implement onto the project. Most public APIs have a CORS(Cross-origin resource sharing) security feature that restricts HTTP requests that are initiated from scripts running in the browser, thus making it impossible to use some of the APIs.

How to install and run the project.

To fetch data from our API in this lab, you are required to fetch data from the Rick & Morty public API. To filter characters, use the following API endpoint: [Filter characters(https://rickandmortyapi.com/api/character/?name)]

User story:

As I user:
- I can view all Rick& Morty Sitcom characters.
- I can search for characters on the show.
<!-- - I can be able to view how many episodes the characters appeared on. -->

Research websites used to learn

About

A sample app that generates Rick and Morty characters from a public API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published