Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.52 KB

Readme.md

File metadata and controls

39 lines (24 loc) · 1.52 KB

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.