{"id":26239443,"url":"https://github.com/codewithdinesh/remote_work_dashboard","last_synced_at":"2026-04-21T08:06:04.270Z","repository":{"id":275496977,"uuid":"926246414","full_name":"codewithdinesh/remote_work_dashboard","owner":"codewithdinesh","description":"Simple Dashboard for Remote Developers","archived":false,"fork":false,"pushed_at":"2025-02-02T22:13:10.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T18:27:31.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://remote-work-dashboard.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewithdinesh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-02T22:03:52.000Z","updated_at":"2025-04-02T01:11:22.000Z","dependencies_parsed_at":"2025-02-02T23:29:26.649Z","dependency_job_id":null,"html_url":"https://github.com/codewithdinesh/remote_work_dashboard","commit_stats":null,"previous_names":["codewithdinesh/remote_work_dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codewithdinesh/remote_work_dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdinesh%2Fremote_work_dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdinesh%2Fremote_work_dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdinesh%2Fremote_work_dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdinesh%2Fremote_work_dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithdinesh","download_url":"https://codeload.github.com/codewithdinesh/remote_work_dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdinesh%2Fremote_work_dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32082790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-03-13T06:44:49.946Z","updated_at":"2026-04-21T08:06:04.254Z","avatar_url":"https://github.com/codewithdinesh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Work Dashboard\n\nA Chrome-based work dashboard to help you stay up-to-date with multiple time zones, manage schedules, and track todos. This project is designed to be a lightweight, customizable, and user-friendly tool for productivity.\n\n---\n\n## Features\n\n### 1. **Dual Timezone Display**\n   - View the current time in **two timezones** (e.g., California and India).\n   - Automatically updates every second for real-time accuracy.\n\n### 2. **Custom Schedules**\n   - Add and manage your daily schedules with **title, start time, and end time**.\n   - Schedules are saved in `localStorage` for persistence across sessions.\n\n### 3. **Todo List**\n   - Add, complete, and delete todos.\n   - Todos are saved in `localStorage` for persistence.\n\n### 4. **Bookmarks**\n   - Quick access to your favorite websites.\n   - Automatically fetches Chrome bookmarks (if available) or uses a default list.\n\n### 5. **Dark/Light Mode**\n   - Toggle between dark and light themes for better visibility.\n   - Theme preference is saved in `localStorage`.\n\n---\n\n## Technologies Used\n\n- **NextJs**: Frontend framework for building the UI.\n- **shadcn/ui**: Modern and customizable UI components.\n- **Lucide Icons**: Lightweight and customizable icons.\n- **LocalStorage**: Persists todos, schedules, and theme preferences.\n\n---\n\n## How to Use\n\n1. **Clone the Repository**:\n\n2. **Install Dependencies**:\n   ```bash\n   npm install\n   ```\n\n3. **Run the Project**:\n   ```bash\n   npm run dev\n   ```\n\n4. **Open in Browser**:\n   - Navigate to `http://localhost:3000` to view the dashboard.\n\n---\n\n## Components\n\n### 1. **TimeCards**\n   - Displays the current time in two timezones.\n   - Automatically updates every second.\n\n### 2. **Bookmarks**\n   - Displays a list of bookmarks for quick access.\n   - Fetches Chrome bookmarks if available.\n\n### 3. **CustomSchedule**\n   - Allows users to add and manage schedules.\n   - Schedules are saved in `localStorage`.\n\n### 4. **TodoList**\n   - A simple todo list with add, complete, and delete functionality.\n   - Todos are saved in `localStorage`.\n\n---\n\n## Screenshots\n\n![image](https://github.com/user-attachments/assets/b7245889-7e0c-4787-be46-01e5b5e8f754)\n\n---\n\n## Future Improvements\n\n- Add support for more timezones.\n- Integrate with Google Calendar for automatic schedule updates.\n- Add drag-and-drop functionality for todos and schedules.\n- Improve UI/UX for mobile responsiveness.\n\n---\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.\n\n---\n\nEnjoy staying productive with the **Work Dashboard**! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithdinesh%2Fremote_work_dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithdinesh%2Fremote_work_dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithdinesh%2Fremote_work_dashboard/lists"}