Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stylessh/takenote
- Owner: stylessh
- License: mit
- Created: 2022-05-30T03:00:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T17:59:30.000Z (about 2 years ago)
- Last Synced: 2024-11-10T18:21:13.022Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://takenote-delta.vercel.app
- Size: 380 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)
## 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
```