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: 19 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T03:09:58.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T05:03:08.099Z (2 months 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: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# [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

![]()
# 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