Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sammi-turner/local-notes

Store persistent notes on your computer via local storage.
https://github.com/sammi-turner/local-notes

crud-application tailwind vanilla-javascript vite

Last synced: 7 days ago
JSON representation

Store persistent notes on your computer via local storage.

Awesome Lists containing this project

README

        


# Local-Notes

Store persistent notes on your machine via local storage.


https://github.com/user-attachments/assets/133a4b02-04bc-4423-b4e6-8cf01f01e3cb


## Requirements

```
node
npm
```


## Install node modules

```
npm i
```


## Run the dev server

```
npm run dev
```


## Build the dist folder for deployment

```
npm run build
```