Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.01 KB

File metadata and controls

40 lines (26 loc) · 1.01 KB

Module 5 - Basic Laboratory - Exercise Rick and Morty

A single-page application built with React 19, TypeScript and Material UI that lets you browse and search characters from the Rick and Morty universe.

It consumes the public Rick and Morty API and features:

  • Character listing with name-based search and debounced input
  • URL-synced pagination and search state
  • Character detail view
  • Dark theme, responsive layout and lazy-loaded images
  • React Error Boundary for graceful error handling

Installation to develop

  1. Install the Node.js dependencies:

    cd labs-module-5-react/lab-basic-rick-morty/exercise-1
    npm i --save-dev
  2. Start the development server:

    npm run dev
  3. If you want to validate the code according standard only, run:

    npm run lint
  4. End and happy coding!

Finally

More info in the following commits. If required.

Grettings @jjpeleato.