A lightweight React + Tailwind CSS application that lets you:
- 🔍 Search Rick & Morty characters in real-time
- 📋 Browse a list of matching characters (name, status, avatar)
- ℹ️ View details (origin, gender, status) for a selected character
- 🎞️ See a paginated, scrollable episode list per character
- ❤️ Favorite characters locally and manage them in a modal
- Instant search as you type
- Custom hooks for data fetching & favorites (localStorage)
- Contained scrolling: only the list and episode panels scroll
- Error & loading states with toast notifications
🕰 Created: August, 2025
👩💻 Role: Frontend Developer
git clone https://github.com/nikmahla/CharacterExplorer.git
cd CharacterExplorer
npm install
npm run dev