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.
- NextJs
- Typescript
- Appwrite
- Tailwind CSS
- React Beautiful DND
- Zustand
- OpemAI
- 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:
- Create a note
- View all notes
- Delete a note
- Generate a summery of a note using OpenAI's GPT-3 API
- Add a search feature
- Add drag and drop feature
- Add authentication
- 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
- 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.
This project was inspired by Sonny Sangha.