svelte-notes-app Svelte Themes

Svelte Notes App

Web application with fundamental CRUD (Create, Read, Update, Delete) operations

Svelte Notes App

A simplified, feature-rich note-taking application inspired by Google Keep, built using Svelte. This app allows users to manage notes with features like labels, dark mode, and search functionality.

Features

  • Create, Read, Update, Delete (CRUD) Notes
  • Pin Important Notes
  • Use Labels for Organization
  • Dark Mode and Light Mode Toggle
  • Search Functionality
  • Archive Notes

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js & npm: Ensure Node.js and npm are installed. You can download them from nodejs.org.

Installation

Follow these steps to set up and run the project locally:

Clone the repository:

git clone https://github.com/MohanMahesh10/svelte-notes-app.git
cd svelte-notes-app
npm install 
npm run dev 

Top categories

Loading Svelte Themes