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

https://github.com/devsaifur/keeper

A local first note taking app with rich text editor.
https://github.com/devsaifur/keeper

Last synced: 4 months ago
JSON representation

A local first note taking app with rich text editor.

Awesome Lists containing this project

README

          

## Keeper - A note taking app with a rich text editor built Next.js with a local first approach.

### Tech used:

- Framework: Next.js
- Styling/UI: Tailwind CSS and shadcn/ui
- ORM: Drizzle
- Database: Sqlite (Turso)
- Deployment: Vercel

### Live URL (Demo)

https://keeper-text.vercel.app/

## Getting started

To get started with this project, run

```bash
git clone https://github.com/devSaifur/keeper.git
```

and copy the .env.example variables into a separate .env file, fill them out & and that's all you need to get started!