Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sammi-turner/local-notes
- Owner: sammi-turner
- License: mit
- Created: 2024-10-21T12:54:00.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2024-10-21T23:21:25.000Z (17 days ago)
- Last Synced: 2024-10-31T23:07:37.409Z (7 days ago)
- Topics: crud-application, tailwind, vanilla-javascript, vite
- Language: JavaScript
- Homepage: https://persistent-local-notes.netlify.app/
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```