- 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
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
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).
- Clone the repository
git clone https://github.com/OmitNomis/rick-and-morty-wiki.git
- Install dependencies
yarn install
- Start the app
yarn start
The app will be running at http://localhost:5173
Apollo Client
: Apollo Client, used for fetching GraphQL data fromrickandmortyapi
.Radix UI components
: Some radix UI components are used for easy and accessible use.Tailwind CSS
: Styling is handled with Tailwind CSS.