Skip to content

mssoftco/rick-and-morty-front

Repository files navigation

Rick & Morty Project

Getting started

preview


Project Details

  • 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

install packages and run project in local:

npm install

npm run dev

then open http://localhost:3000 with your browser to see the result.