https://github.com/gabsedits/keimeno
Just Text. Just Notes. Save.
https://github.com/gabsedits/keimeno
Last synced: about 1 year ago
JSON representation
Just Text. Just Notes. Save.
- Host: GitHub
- URL: https://github.com/gabsedits/keimeno
- Owner: GabsEdits
- License: mit
- Created: 2023-07-08T19:19:34.000Z (almost 3 years ago)
- Default Branch: fresh
- Last Pushed: 2025-01-09T18:42:25.000Z (over 1 year ago)
- Last Synced: 2025-01-22T06:48:08.727Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://keimeno.gxbs.dev
- Size: 198 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Keímeno
Simple one-page note-taking webapp, saving notes in local storage, with a focus on simplicity and speed.
## Architecture
The app is built using [Fresh](https://fresh.deno.dev) and that's about it.
It's a simple one-page webapp that saves notes in local storage. The idea behind
is a quick place to write what's on your mind, without any distractions.
It contains a few features like dark mode, bold, italic, underline and
strikethrough text formatting, a character counter, and a special
feature: **Focus Mode**: This feature disables any distractions,
leaving only the text area visible.
## Usage
You can use the app by visiting the [website](https://keimeno.gxbs.dev) or by running it locally.
### Development
(After cloning the repository, and installing Deno, and being in the root directory of the project)
For Development Server:
```sh
deno task start
```
For Production Build:
```sh
deno task build
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.