Skip to content
/ notes Public

Take notes and remember them based on your location

Notifications You must be signed in to change notification settings

plhrtr/notes

Repository files navigation

banner

Notes

An app where you can persistently store all your notes. The twist, each note remembers where you took it!

Your notes are ordered by the distance from where you took them to your current location. If you are in the university, your notes from there are at top; at home the ones you took there, and so on.

So take notes and forget about them, till the moment you revisit the location.

Have fun!

Features

  • automatically adapts to your preferred theme (dark or light)
  • stores your notes via the localStorage API
  • uses the native geolocation API to get your information

You can visit a running version under: https://plhrtr.github.io/notes

Project Structure

/
├── src/
│ ├── compontents/              # UI compontents
│ ├── material*web_components/  # Boiler plate to use material_web_components in React
│ └── model/                    # Model for the website, holding business logic and data
└── ...

About

Take notes and remember them based on your location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published