Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 957 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 957 Bytes

Blog Platform Project

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/

Primary Technologies used

The whole project is written in Typescript.

Frontend

Backend

Types are generated using Graphql Codegen.