A simple app for storing notes, with functionality and visuals inspired by Google Keep. Built as practice to learn Svelte.
To run the project locally, clone the repository then install dependencies with yarn
. To start a development server:
yarn dev
# or start the server and open the app in a new browser tab
yarn dev -- --open
To create a production build:
yarn build
You can then preview the production build with yarn preview
.
MIT Licensed. Copyright (c) Alexander Nicholson 2022.