This app works with Rick&Morty API.

Here implemented:

  • loading the list of cartoon characters from Rick&Morty API sorted by name by default;
  • a search among characters by their name;
  • saving the search data in local storage;
  • routing to character page;
  • showing error page;
  • google authentication without saving to db;

Technologies used: React, SCSS, REST API, react-router-dom.