A minimal web-based note-taking application built with vanilla HTML, CSS, and JavaScript. Perfect for Hacktoberfest contributions.
- Simple text editor with clean interface
- Auto-save (every 5 seconds)
- Local storage (browser-based)
- Download notes as .txt file
- Clear function with confirmation
- Keyboard shortcuts (Ctrl+S to save)
- Responsive design
- Clone or download this repository
- Open
index.htmlin your web browser - Start writing
No installation or dependencies required.
- Write: Click the text area and start typing
- Save: Click "Save" or press Ctrl+S
- Clear: Click "Clear" to erase all text
- Download: Click "Download" to save as .txt file
- Auto-load: Notes automatically load on next visit
- HTML5
- CSS3 (Flexbox, Grid, Gradients)
- JavaScript (ES6+)
- localStorage API
Contributions welcome! Ideas for features:
- Dark mode
Search functionalityWord/character count- Multiple notes with tabs
- Print functionality
- Timestamp notes
- Font customization
- Export to different formats
How to contribute:
- Fork this repository
- Create a new branch
- Make your changes
- Test thoroughly
- Submit a pull request
See CONTRIBUTING.md for detailed guidelines.
Built for Hacktoberfest 2025