Skip to content

fereno/mentee-arena

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Introduction

RickAndMorty

Rick, an alcoholic sociopath and scientist, lives with his daughter Beth's family. Apart from building gadgets, he takes his morally right but dimwit grandson Morty on absurd intergalactic adventures.

In this assignment, you will create a simple web application that shows some informations about this series.

Prerequisites

  • Basic knowledge of HTML, CSS, and JavaScript.
  • A code editor such as Visual Studio Code or Sublime Text.

Task

Your task is to create a simple web application using Vanilla JavaScript or preferably React.

The application should have the following functionalities:

  • A screen showing list of all characters with their informations available in the RickAndMortyAPI.
  • User can search in character names using API.
  • User can bookmark a character and save it in localStorage.
  • A screen showing the bookmarked characters with ability to remove the character from bookmarks.

Bonus

  • Add infinite scroll to the list of characters.

    Pagination functionality and documentation is available in API.

Submission

  1. Fork this repository to your account.
  2. Create a new branch in your forked repository.
  3. Write your code in the new branch.
  4. Create a Pull Request to submit your code for review.

Good luck with your assignment!✌🏻

If you have any questions, don't hesitate to ask.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.4%
  • CSS 15.7%
  • HTML 13.9%