Skip to main content

Command Palette

Search for a command to run...

KhataApp- A notebook Next Js App with Appwrite

In this blog I am going to cover a simple notebook app made on next js for appwrite hackathon 2k23.

Published
1 min read

Team Details

I was myself solely completing this project. My Name: Kaushan Dutta

Description of Project

In this project I have built a simple note book website, where the user can create,update,delete their important notes after signing to our website.

Functionalities used in project

Authentication: Google Auth, Email Auth

CRUD Operation

Below is the demo video and few screenshots of my application

Authentication:

CRUD Operation:

Tech Stacks:

Next Js(frontend)- Through Next Js I have implemented the functionalities to implement the the CRUD operation.

Tailwind CSS(Styling)- Tailwind codes are too simple to implement

React Icons- To add the icons

Appwrite(Backened)-Through appwrite I have implemented the authentication and the database to implement this app.

https://cloud.appwrite.io/

Few screenshots of our database in appwrite

Public Code Repository:

https://github.com/Kaushan-Dutta/Appwrite_Hack