Project Description
This project is a note taking application that allows users to create, view, and delete notes. The application is built using NextJs, Typescript, Appwrite, Tailwind CSS, React Beautiful DND, Zustand, and OpenAI. The application is deployed on Vercel.
Project Links
- Live Demo
Technologies Used
- NextJs
- Typescript
- Appwrite
- Tailwind CSS
- React Beautiful DND
- Zustand
- OpemAI
Features
- Users can create notes
- Users can view notes
- Users can delete notes
- Users can search for notes
- Generated summery notes are written using OpenAI's GPT-3 API
- Users can drag and drop notes to cgane the status of the note
To-do list:
Getting Started
- Clone the repository.
git clone https://github.com/impruthvi/trello.git
- Install all dependencies with NPM.
npm install
- Start the project. Once started you can view the application by opening http://localhost:3000 in your browser.
npm run dev
Usage
- Create a note by clicking on the "+" button.
- Delete a note by clicking on the "x" button.
- Search for a note by typing in the search bar.
- Drag and drop a note to change the status of the note.
Inspiration
This project was inspired by Sonny Sangha.