ennote Svelte Themes

Ennote

A minimalistic note-taking application built with SvelteKit. Create, edit, and delete notes seamlessly, with all your data stored locally using local storage.

SvelteKit Notes App

Welcome to the SvelteKit Notes App! This lightweight and intuitive application allows you to create, edit, and delete notes seamlessly using the power of SvelteKit and localStorage.

Getting Started

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

  1. Clone the repository:
git clone https://github.com/<your-username>/ennote.git
  1. Navigate to the project directory:
cd ennote
  1. Install dependencies:
npm install

Run Locally

Start the development server:

npm run dev

Visit http://localhost:5173 in your browser to see the app in action.

Features

  • Create Notes: Easily create new notes with a title and content.
  • Edit Notes: Update the content or title of existing notes effortlessly.
  • Delete Notes: Remove unwanted notes with a single click.
  • Local Storage: All your notes are stored locally, ensuring your data is persistent even after refreshing the page.

Technologies Used

Contributing

Feel free to contribute to the project by opening issues or submitting pull requests. Your input is highly appreciated!

Happy note-taking with SvelteKit! 🚀

Top categories

Loading Svelte Themes