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.
git clone https://github.com/<your-username>/ennote.git
cd ennote
npm install
Start the development server:
npm run dev
Visit http://localhost:5173 in your browser to see the app in action.
Feel free to contribute to the project by opening issues or submitting pull requests. Your input is highly appreciated!
Happy note-taking with SvelteKit! 🚀