Skip to content

JuanSebastianM/todo-frontend

Repository files navigation

General information

This is the front-end code of a todo-list app whose development is detailed in an article called Build a Full Stack CRUD App With GraphQL, MongoDB, NextJS, NextAuth, and TypeScript published on Hashnode.

Having said that, it is important to understand that this project is only for educational purposes and is not intended to be used on production, mainly because this side of the app was developed with some experimental features.

Preview

  • Homepage (authenticated user)

  • Homepage (unauthenticated)

  • /todos page without tasks

  • /todos page with tasks

  • /todo/[id]/edit page