{"id":24695968,"url":"https://github.com/gz30eee/notes-web-app","last_synced_at":"2026-03-08T14:31:10.138Z","repository":{"id":226886322,"uuid":"769887675","full_name":"GZ30eee/Notes-Web-App","owner":"GZ30eee","description":"A simple and fully responsive Notes App built with HTML, CSS, and JavaScript. It allows users to create, edit, and delete notes, with data stored in local storage for persistence.","archived":false,"fork":false,"pushed_at":"2025-04-25T18:48:52.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-25T19:42:20.243Z","etag":null,"topics":["crud-operation","frontenddevelopment","javascriptnotesapp","localstorage","responsive-web-design","todo","webapp"],"latest_commit_sha":null,"homepage":"https://gz30eee.github.io/Notes-Web-App/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GZ30eee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-10T10:55:51.000Z","updated_at":"2025-04-25T18:48:55.000Z","dependencies_parsed_at":"2025-03-22T03:34:29.477Z","dependency_job_id":null,"html_url":"https://github.com/GZ30eee/Notes-Web-App","commit_stats":null,"previous_names":["gz30eee/notes-web-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GZ30eee/Notes-Web-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GZ30eee%2FNotes-Web-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GZ30eee%2FNotes-Web-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GZ30eee%2FNotes-Web-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GZ30eee%2FNotes-Web-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GZ30eee","download_url":"https://codeload.github.com/GZ30eee/Notes-Web-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GZ30eee%2FNotes-Web-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30261841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T08:59:44.879Z","status":"ssl_error","status_checked_at":"2026-03-08T08:58:02.867Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crud-operation","frontenddevelopment","javascriptnotesapp","localstorage","responsive-web-design","todo","webapp"],"created_at":"2025-01-27T01:07:49.743Z","updated_at":"2026-03-08T14:31:10.133Z","avatar_url":"https://github.com/GZ30eee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notes App\n\nA modern, browser-based note-taking application built with HTML, CSS, and JavaScript. The Notes App allows users to create, edit, and organize notes with rich text formatting, color coding, categories, pinning, archiving, and drag-and-drop functionality. Notes are stored locally using localStorage, ensuring persistence across sessions without a backend.\n\n![image](https://github.com/user-attachments/assets/ad3a9b1f-8755-4ee5-8a72-0655d0542d61)\n*The Notes App interface showing note cards with pinning and archiving options.*\n\n## Features\n\n- **Rich Text Formatting**: Add bold, italic, bullet lists, and numbered lists to notes using a formatting toolbar\n- **Color Coding**: Assign custom colors to notes for visual organization\n- **Categories**: Organize notes into categories (General, Work, Personal, Ideas) with filtering options\n- **Pinning and Archiving**: Pin important notes to the top or archive them for later reference\n- **Search and Filter**: Quickly find notes by searching titles/content or filtering by category/archive status\n- **Drag-and-Drop**: Reorder notes by dragging and dropping them within the grid\n- **Export/Import**: Save notes as a JSON file and import them to restore or share\n- **Theme Toggle**: Switch between light and dark themes for a comfortable viewing experience\n- **Keyboard Shortcuts**: Use Ctrl+N to open the note creation popup and Esc to close it\n- **Responsive Design**: Works seamlessly on desktop and mobile devices\n- **Live Preview**: See a real-time preview of formatted note content while editing\n\n## Demo\n\n[Live Demo](https://your-username.github.io/notes-app) (if hosted on GitHub Pages)\n\n## Installation\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/your-username/notes-app.git\n   cd notes-app\n   ```\n\n2. **Open the App**:\n   - Open `index.html` in a web browser (e.g., Chrome, Firefox)\n   - No server is required, as the app runs entirely client-side\n\n3. **Dependencies**:\n   - The app uses external CDNs for:\n     - Iconscout Unicons for icons\n     - Google Fonts (Inter) for typography\n   - Ensure an internet connection for initial loading, or host these resources locally\n\n## Usage\n\n### Create a Note\n1. Click the \"Add new note\" card or press `Ctrl+N`\n2. Enter a title, content, and select a category\n3. Choose a color from the color picker\n4. Use the formatting toolbar for bold, italic, or lists\n5. Click \"Save Note\" to add it to the grid\n\n### Edit a Note\n1. Click a note card to open the edit popup with pre-filled details\n2. Update the content and save\n\n### Organize Notes\n- **Pin**: Click the pin icon to prioritize a note (gold border and top placement)\n- **Archive**: Click the archive icon to move a note to the archive\n- **Drag-and-Drop**: Drag notes to reorder them\n- **Filter**: Use the category dropdown to view specific categories or archived notes\n- **Search**: Type in the search bar to filter notes by title or content\n\n### Manage Notes\n- **Export**: Click \"Export Notes\" to download a JSON file\n- **Import**: Click \"Import Notes\" and select a JSON file to replace existing notes\n- **Theme**: Toggle between light and dark modes using the theme button\n\n## Project Structure\n\n```\nnotes-app/\n├── index.html      # Main HTML file with the app structure\n├── script.js       # JavaScript for functionality (note management, events, etc.)\n├── style.css       # CSS for styling and responsive design\n└── README.md       # Project documentation\n```\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the repository\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Make your changes and commit:\n   ```bash\n   git commit -m \"Add your feature description\"\n   ```\n4. Push to your branch:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n5. Open a pull request with a clear description of your changes\n\nPlease ensure your code follows the existing style (e.g., use Inter font, Iconscout icons) and includes tests if applicable.\n\n## Issues\n\nIf you encounter bugs or have feature requests, please open an issue on GitHub. Include details like:\n- Steps to reproduce the issue\n- Browser and version\n- Screenshots, if applicable\n\n## License\n\nThis project is licensed under the MIT License. See [LICENSE](LICENSE) for details.\n\n## Acknowledgments\n\n- [Iconscout Unicons](https://iconscout.com/unicons) for the icon set\n- [Google Fonts](https://fonts.google.com) for the Inter font\n- Inspired by modern note-taking apps like Notion and Google Keep\n\n## Contact\n\nFor questions or feedback, reach out via [GitHub Issues](https://github.com/your-username/notes-app/issues) or [ghza3006@gmail.com](mailto:ghza3006@gmail.com).\n\n---\n\nLast updated: April 26, 2025\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgz30eee%2Fnotes-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgz30eee%2Fnotes-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgz30eee%2Fnotes-web-app/lists"}