A lightweight, distraction-free notepad app built with HTML, CSS, and JavaScript.
Write, search, and organize your notes right in the browser — no installation needed.
🔗 Live Demo: noeopad.netlify.app
- ➕ Create Notes – add as many notes as you like.
- 📝 Edit Notes – update content anytime.
- ❌ Delete Notes – remove notes you no longer need.
- 🔍 Search Notes – quickly find a note by keyword.
- 📌 Fixed Toggle Section – for easy controls (if enabled).
- 📱 Responsive Design – works on desktop and mobile browsers.
- Open noeopad.netlify.app in your browser.
- Start typing — your notes are saved automatically.
-
Clone the repository:
git clone https://github.com/CordisO/noeopad.git
-
Open index.html in a modern browser.
-
Start coding or customize features.
How to Use
-
Add a Note
-
Click the "Add Note" button (or similar UI control).
-
Type your content in the note editor.
-
Edit a Note
-
Select an existing note.
-
Update the text directly.
-
Delete a Note
-
Click the delete/trash icon on a note.
-
Search Notes
-
Use the search bar to filter notes by keywords.
Languages: HTML, CSS, JavaScript
Frameworks/Libraries: None (vanilla JS)
Hosting: Netlify
Folder Structure:
/assets → css, script, images, etc. index.html → main entry point main.html → Main website content
-
Dark Mode toggle
-
Cloud sync (store notes online)
-
Functioning To-Do-List Section
-
Tags or categories for notes
-
Export notes as PDF/Markdown
🤝 Contributing
Pull requests and suggestions are welcome. For major changes, please open an issue first to discuss what you’d like to add.
📜 License
This project is licensed under the MIT License. Feel free to use, modify, and share.