Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)