Skip to content

waterrmalann/sticki

Repository files navigation

Sticki - Sticky Notepad

HTML5 CSS JavaScript

A simple web application to write and save sticky notes within the browser. As a person who takes a lot of notes, this was made mostly out of necessity. All data is stored locally on the computer by the browser. This whole project was written in HTML, CSS, and pure vanilla JavaScript with no external dependencies.

Screenshot


Setup

A live version and up to date version of the web app is available here. If you wish to modify the app or host it yourself, you can clone the repo and do whatever you want with it.

  1. Clone the repository.
git clone https://github.com/waterrmalann/sticki.git
  1. Install the dependencies.
npm install
  1. This will start a live server. Head to the IP shown in the console.
npm run serve

Contribution

Contributions are always accepted. Feel free to open a pull request to fix any issues or to make improvements you think that should be made. You could also help me with the to-do list above. Any contribution will be accepted as long as it doesn't stray too much from the objective of the app. If you're in doubt about whether the PR would be accepted or not, you can always open an issue to get my opinion on it.

License

This project is licensed under the permissive MIT License, see LICENSE