/gundb-todo-dapp

Fully CRUD capable Todo app with user registration and authentication

Primary LanguageHTML

Todo App

This is a todo app bulit using the decentralized database Gun. It is an offline-first real-time multi-user application with fully functional CRUD and user registration and authentication capability.

Contents

  • auth_app.html : a basic version of the app that can register and authenticate users but doesn't have the CRUD capability. it was built following this tutorial.

  • crud_app.html : a basic version of the app that can perform CRUD operations but doesn't have the user registration and authentication capability. it was built following this tutorial.

  • index.html : this is an advanced version of the app that combines both the CRUD capability and the user registration and authentication capability, and It uses Bootstrap to improve the user interface. Click here to run this version on github pages.