Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gonzagadavid/rick-and-morty
Rick and Morty application with information this animation fun, developed to practice React TS, Material UI, Apollo client and graphql client side
https://github.com/gonzagadavid/rick-and-morty
apollo-client eslint graphql material-ui react react-router rick-and-morty rickandmortyapi typescript
Last synced: about 6 hours ago
JSON representation
Rick and Morty application with information this animation fun, developed to practice React TS, Material UI, Apollo client and graphql client side
- Host: GitHub
- URL: https://github.com/gonzagadavid/rick-and-morty
- Owner: Gonzagadavid
- License: mit
- Created: 2022-06-05T00:06:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T03:09:58.000Z (about 1 year ago)
- Last Synced: 2023-08-21T04:24:36.303Z (about 1 year ago)
- Topics: apollo-client, eslint, graphql, material-ui, react, react-router, rick-and-morty, rickandmortyapi, typescript
- Language: TypeScript
- Homepage: https://rick-and-morty-gonzagadavid.vercel.app/
- Size: 69.9 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Rick and Morty logo](./src/images/Daco_4305710.png)
# [Visite this application](https://rick-and-morty-gonzagadavid.vercel.app/)
# Summary
- [Introduction](#introduction)
- [Pages](#pages)
- [Home](#home)
- [Characters](#characters)
- [Episodes](#episodes)
- [Locations](#locations)
- [Character](#character)
- [API](#API)
- [Tecnologies](#tecnologies)
- [Work in progress](#work-in-progress)
- [Game](#game)# Intoduction
Rick and Morty application with information and game this animation fun, developed to practice React TS, Material UI, Apollo GraphQL client side.
# Pages
## Home
The initial page contains portals to the application pages:
## Characters
This page contains cards with images and names of all characters, when clicking on the card will redirect you to a Character page with details of this character:
## Episodes
This page contains episodes info and participating characters, when clicking on the card will redirect you to a [Character](#character) page with details of this character:
## Locations
Contains characteristics of animation locations, and characters from this, when clicking on the card will redirect you to [Character](#character) page with details of this character:
## Character
This page contains character details:
## Game
Run away from the space snake, don't let it bite Morty
![Game page](./public/assets/gifs/game.gif)
# API
This project uses the amazing [Rock and Morty API](https://rickandmortyapi.com/).
# Tecnologies
- React
- Typescript
- Graphql
- Apollo Graphql
- React Router
- Material UI
- ESLint
# Deploy
Deployment in [Vercel](https://vercel.com/)
# Work in progress
- Automated Tests