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.
Make sure you have Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/<your-username>/ennote.git
- Navigate to the project directory:
cd ennote
- Install dependencies:
npm install
Start the development server:
npm run dev
Visit http://localhost:5173 in your browser to see the app in action.
- 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.
Feel free to contribute to the project by opening issues or submitting pull requests. Your input is highly appreciated!
Happy note-taking with SvelteKit! 🚀