This a basic Blog Platform proof of concept, where user can signup/login, create/edit/delete an article, like an article of other users, search all the articles (by title or author name).
The goal of the project was to implement technologies discussed and taught in Fullstack Advanced React and GraphQL course by Wes Bos.
You can check the project here: https://blog-graphql-frontend.herokuapp.com/
The whole project is written in Typescript.
Types are generated using Graphql Codegen.