The general idea of this project is to create a SPA (Single Page Application) that will show information from a third party api related to the series Rick and Morty, through this api you can get information about the characters of the series, details of the characters, episodes of the series and locations present in the series.
This API is implemented through GraphQL so I had to use Apollo Client from the Frontend to consume the information, I had never worked with this type of API's before so it was an opportunity to learn a new technology and way of working with API's quite nice.
The application was developed following a Mobile First methodology and used SASS, Typescript and React as frontend technologies.
- Typescript
- SASS
- React
- GraphQL
- Apollo Client