Skip to content

stylessh/takenote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TakeNote

A simple note application with AI completion.


You can take any notes you want, with some AI completion on each question you make!

Demo

https://takenote-delta.vercel.app/

Demo image

Integrations

Features

  • AI powered.
  • Light and Dark theme.
  • Minimal interface and editor.
  • Supports keyboard shortcuts.
  • Uses local storage.
  • Responsivess.

Contribute

In order to contribute into this project, you have to clone it.

git clone https://github.com/stylessh/takenote.git

Then, install all the required dependencies.

npm install
# or
yarn

Run the server in dev mode.

yarn dev

Env vars

You have to create a .env file in the root folder containing the REACT_APP_AI_SERVER_URL, pointing to the AI responses server.

REACT_APP_AI_SERVER_URL=xxxxxxx

About

A simple note application with AI completion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published