Skip to content

reecehunter/snippet-manager

Repository files navigation

Snippet Manager

A browser-based snippet manager that stores data in local storage. Just open it up and start saving your snippets.

Try it here: https://snippets.reecehunter.dev

Run Locally

  1. Clone the repository
git clone https://github.com/reecehunter/snippet-manager
  1. Install the dependencies
npm install
  1. Start the app
npm run dev

Contributions

Feel free to open a pull request to add a feature or improve existing code.