Frontend application to search Rick and Morty series characters. This portal consumes data from the Rick and Morty API and presents in a simple and friendly style.
The application is built using Next.js / React.js and Tailwind CSS. However, no server side logic has been implemented with the idea of focusing only on the React implementation.
To run the application locally clone this repository, install dependencies with npm install
and then run the development application with
npm run dev
# or
yarn dev
Then, open http://localhost:3000 with your browser to see the portal.
- Search characters by name
- Pagination
- Update URL based on filters
- Basic caching strategy for details pages
- Light/Dark theme
- Support more filter options
- Sharerable results page