Skip to content

OmitNomis/rick-and-morty-wiki

Repository files navigation

Rick and Morty Wiki

Introduction

  • A web application built with Vite + React + Typescript
  • Uses rickandmortyapi to fetch character, location and episode data.
  • Also uses omdbapi to fetch some data from imdb.
  • Live Preview: Demo

Getting Started

These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need to have Node.js and npm installed on your machine. You can download them from the official website (https://nodejs.org/en/download/).

Yarn is recommended as the package manager. You can download it from the official website (https://yarnpkg.com/en/docs/install).

Installing

  1. Clone the repository
git clone https://github.com/OmitNomis/rick-and-morty-wiki.git
  1. Install dependencies
yarn install
  1. Start the app
yarn start

The app will be running at http://localhost:5173

Major Dependencies

  • Apollo Client: Apollo Client, used for fetching GraphQL data from rickandmortyapi.
  • Radix UI components: Some radix UI components are used for easy and accessible use.
  • Tailwind CSS: Styling is handled with Tailwind CSS.