/LearnNotes

An Notion Like notes talking app with 2-layer AI assistance for better learning. Get your notes done in a breeze. Markdown supported.

Primary LanguageTypeScriptMIT LicenseMIT

✨ This project is for Quine Quest, upvote the project here.

LeanNotes

An Notion Like notes talking app with 2-layer AI assistance for better learning. Get your notes done in a breeze. Markdown supported.

Project is live at https://learnnotes.vercel.app/

Local Setup

Clone the repo:

git clone https://github.com/kunalsin9h/LearnNotes.git

Install dependencies:

cd LearnNotes

pnpm install

First, put an OPENAI_API_KEY in your .env file. You can get one from OpenAI.

And then run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.