- React
- Nextjs for Server-Side Rendering(SSR) & Static Site Generation(SSG) & Incremental Static Regeneration(ISR)
- Typescript for check syntax & safety at scale project
- React Query for state management for API calls (end points)
- Jotai for state management
- Tailwind CSS for styles manage
General functionality:
- Display list of characters
- Display list of locations
- Display details of character & display list of episodes
- Display details of location & display list of residents
- Filter characters by name and gender
- Filter locations by name
- Save favorite character in cookie storage
npm install
npm run dev
then open http://localhost:3000 with your browser to see the result.