Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jilvanx/rick-morty-characters

Repo that shows the information of all the characters of the Rick and Morty cartoon
https://github.com/jilvanx/rick-morty-characters

graphql nextjs nextui zustand

Last synced: about 2 months ago
JSON representation

Repo that shows the information of all the characters of the Rick and Morty cartoon

Awesome Lists containing this project

README

        

# Rick and Morty Characters - Frontend

## Note 🗒️

This is frontend app that shows the information of all the characters of the Rick and Morty cartoon using the API graphql [https://rickandmortyapi.com/graphql](https://rickandmortyapi.com/graphql).

See more [https://rick-morty-characters-jilvan.vercel.app/](https://rick-morty-characters-jilvan.vercel.app/)

## How to use 🚀

- Clone the project

```sh
git clone https://github.com/jilvanx/rick-morty-characters.git
```

- Install the dependencies and run.

```sh
$ cd rick-morty-characters
$ yarn install
$ yarn dev
```

Or

```sh
$ cd rick-morty-characters
$ npm install
$ npm run dev
```

## Tools 🛠️

- [Next.js ⚛️](https://reactjs.org) - The React Framework for the Web
- [NextUI](https://nextui.org/) - Beautiful, fast and modern React UI library
- [Zustand 🐻️](https://zustand-demo.pmnd.rs/) - State management solution

## Author 💻

[jilvanx](https://jilvanx.github.io)