Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stylessh/takenote

A simple note application with AI completion.
https://github.com/stylessh/takenote

Last synced: 5 days ago
JSON representation

A simple note application with AI completion.

Awesome Lists containing this project

README

        

# 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/](https://takenote-delta.vercel.app/)

Demo image

## Integrations

- [React.js](https://reactjs.org)
- [Node.js](https://nodejs.org)
- [OpenAI](https://openai.com)
- [Geist UI](https://geist-ui.dev/en-us)

## 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.

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

Then, install all the required dependencies.

```bash
npm install
# or
yarn
```

Run the server in dev mode.

```bash
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
```