Skip to content

ekorahy/RickAndMorty

Repository files navigation

app illustration

Rick and Morty (Web App)

Description

A simple Rick and Morty web application from the results of fetching data using graphQl from https://rickandmortyapi.com/.

Tech Stack

  • JavaScript
  • React.js
  • GraphQL/Apollo Client
  • Recoil.js
  • Tailwind CSS
  • React Router
  • Vite

Features

  • View Characters List
  • Pagination for Characters List
  • View Character Detail
  • Assign Character to Location
  • View Character by Location

Demo/Deploy

Live Demo

Repository (GitHub)

GitHub Repository

How to Use

  1. Clone the Repository
    git clone https://github.com/ekorahy/RickAndMorty.git
    
  2. Navigate to the Project Directory
    cd RickAndMorty
  3. Install Dependencies Install the required dependencies using npm or yarn:
    npm install
    or
    yarn install
  4. Start the Development Server To run the application in development mode, execute:
    npm run dev
    or
    yarn dev
  5. Open the Application Open your browser and go to http://localhost:5173 to view the application