Skip to content

TasfiaIslam/rick-and-morty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rick And Morty Wiki

A fun rick and morty website using the Rick and Morty graphql api (https://rickandmortyapi.com/graphql) powered by React.js, JavaScript, Graphql and Tailwind CSS.

View live Rick and Morty

Features

  • Show all characters
  • Show character detail page
  • Show all locations
  • Show location detail page
  • Show all episodes
  • Show episode detail page

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Start Server:

npm start

To Visit App:

localhost:3000