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
-
Install the Node.js dependencies:
cd labs-module-5-react/lab-basic-rick-morty/exercise-1 npm i --save-dev -
Start the development server:
npm run dev
-
If you want to validate the code according standard only, run:
npm run lint
-
End and happy coding!
More info in the following commits. If required.
Grettings @jjpeleato.