{"id":26404403,"url":"https://github.com/vxncius-dev/codeblock","last_synced_at":"2026-03-01T13:03:00.741Z","repository":{"id":262354433,"uuid":"886980244","full_name":"vxncius-dev/Codeblock","owner":"vxncius-dev","description":"A simple note-taking web app that allows users to create, edit, and save notes locally using the browser's local storage. The app features customizable note titles, content areas, and copy-to-clipboard functionality.","archived":false,"fork":false,"pushed_at":"2025-04-22T12:30:24.000Z","size":3696,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T13:40:59.244Z","etag":null,"topics":["appdesign","design","javascript","note-taking","notes","notes-app","shadcn-ui"],"latest_commit_sha":null,"homepage":"https://vxncius-dev.github.io/Codeblock/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vxncius-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2024-11-12T00:41:40.000Z","updated_at":"2025-04-22T12:30:28.000Z","dependencies_parsed_at":"2025-04-22T13:32:23.170Z","dependency_job_id":"f1e1df52-885c-4e94-8a2a-ab3759060d9d","html_url":"https://github.com/vxncius-dev/Codeblock","commit_stats":null,"previous_names":["vxncius-dev/note.io","vxncius-dev/noteio","vxncius-dev/codeblock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vxncius-dev/Codeblock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxncius-dev%2FCodeblock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxncius-dev%2FCodeblock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxncius-dev%2FCodeblock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxncius-dev%2FCodeblock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vxncius-dev","download_url":"https://codeload.github.com/vxncius-dev/Codeblock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxncius-dev%2FCodeblock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29969700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T12:56:10.327Z","status":"ssl_error","status_checked_at":"2026-03-01T12:55:24.744Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["appdesign","design","javascript","note-taking","notes","notes-app","shadcn-ui"],"created_at":"2025-03-17T16:33:32.069Z","updated_at":"2026-03-01T13:03:00.725Z","avatar_url":"https://github.com/vxncius-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codeblock - A Simple Note-Taking Web App  \n\n**Codeblock** is a simple and intuitive web-based note-taking app that allows users to create, edit, and save their notes directly in the browser. It uses **localStorage** to persist notes across sessions, ensuring that all changes are saved automatically.  \n\n---  \n![Codeblock Thumbnail](https://github.com/user-attachments/assets/7efb1de4-59a0-40a6-a7d5-8852c4ce9a12)\n\nYou can try out the live demo of the project [here](https://vxncius-dev.github.io/Codeblock/).  \n\n## Features  \n\n- **Create and Edit Notes**: Users can add titles and content to their notes.  \n- **Local Storage Integration**: Notes are saved persistently in the browser's local storage, even after a page refresh.  \n- **Copy Functionality**: Notes can be copied to the clipboard with the click of a button.  \n- **Placeholder Notes**: If no notes exist, random placeholder content is displayed as a guide.  \n- **Light and Dark Theme Toggle**: The app allows users to toggle between light and dark themes, with the theme preference saved.  \n- **Speech-to-Text Transcription**: Users can dictate notes using their microphone, and the app will convert speech to text automatically.  \n\n## Technologies  \n\n- **HTML** for page structure.  \n- **CSS** for styling and responsive design.  \n- **JavaScript** for dynamic interactivity, local storage management, speech recognition, and theme toggling.  \n\n## How It Works  \n\n### 1. **Managing Notes**:  \n   - Users can create new notes by clicking on the \"Add Note\" button.  \n   - Notes are automatically saved in the browser's `localStorage` and persist across sessions.  \n   - Each note can be edited or deleted by clicking on the respective buttons.  \n   - Notes can be copied to the clipboard with a dedicated button for each note.  \n\n### 2. **Speech-to-Text Transcription**:  \n   - Users can click the **microphone button** to start voice transcription.  \n   - The app will capture speech and convert it into text in real-time.  \n   - If no speech is detected for **10 seconds**, the recording will automatically stop.  \n   - Requires **microphone permissions** to be granted in the browser.  \n\n### 3. **Theme Toggling**:  \n   - The app supports both light and dark themes.  \n   - Users can toggle between themes using a button, and their preference will be saved in `localStorage`, so it persists across page loads.  \n\n## Setup Instructions  \n\n1. **Clone the repository**:  \n\n   ```bash\n   git clone https://github.com/vxncius-dev/Codeblock.git\n   cd Codeblock\n   ```\n\n2. **Run the project**:  \n   - Open `index.html` in your preferred browser to see the app in action.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvxncius-dev%2Fcodeblock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvxncius-dev%2Fcodeblock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvxncius-dev%2Fcodeblock/lists"}