Skip to content

VedankNaik/next-todo

Repository files navigation

Table of contents

General info

To-do web app built using Nextjs, firbase. User can login using Google account and create, delete todos and also update status of todos. Application uses GoogleAuthProvider for authenticaion and todos are stored in Cloud Firestore.

Technologies

Project is created with:

  • react
  • next
  • firebase
  • chakra-ui

Setup

To run this project locally:

$ npm install
$ npm run dev

Open http://localhost:3000 to view it in your browser.

Demo

Vist Todo