Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konradlinkowski/nostalgia
Small Progressive Web App to store your notes made in Svelte
https://github.com/konradlinkowski/nostalgia
hacktoberfest localstorage nostalgia notes pwa svelte
Last synced: 25 days ago
JSON representation
Small Progressive Web App to store your notes made in Svelte
- Host: GitHub
- URL: https://github.com/konradlinkowski/nostalgia
- Owner: KonradLinkowski
- License: mit
- Created: 2020-05-04T19:38:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T20:53:22.000Z (about 3 years ago)
- Last Synced: 2024-05-02T03:51:37.747Z (6 months ago)
- Topics: hacktoberfest, localstorage, nostalgia, notes, pwa, svelte
- Language: Svelte
- Homepage: https://konradlinkowski.github.io/Nostalgia
- Size: 390 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![App Screenshot](public/image.png "App Screenshot")
# Nostalgia
Small [Progressive Web App][pwa] to store your notes made in [Svelte][svelte].## Live
https://konradlinkowski.github.io/Nostalgia## Installation
```bash
git clone https://github.com/KonradLinkowski/Nostalgia.git
cd Nostalgia
yarn
```...then start [Rollup](https://rollupjs.org):
```bash
yarn dev
```Navigate to [localhost:5000](http://localhost:5000). You should see your app running.
## Building and running in production mode
To create an optimised version of the app:
```bash
yarn build
```[pwa]: (https://web.dev/progressive-web-apps/)
[svelte]: (https://svelte.dev)## License
This project is [MIT licensed](./LICENSE)