Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jilvanx/rick-morty-characters
- Owner: jilvanx
- Created: 2023-08-30T22:51:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T17:50:52.000Z (over 1 year ago)
- Last Synced: 2024-08-28T18:47:30.215Z (5 months ago)
- Topics: graphql, nextjs, nextui, zustand
- Language: TypeScript
- Homepage: https://rick-morty-characters-jilvan.vercel.app/
- Size: 357 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)