{"id":29170318,"url":"https://github.com/bytraembedded/SmartClock","last_synced_at":"2025-12-30T22:19:59.636Z","repository":{"id":250827247,"uuid":"835585920","full_name":"kientech/SmartClock","owner":"kientech","description":"SmartClock is a smart clock web application built using the MERN stack (MongoDB, Express.js, React.js, Node.js). It offers features such as real-time clock display, alarm management, notes, and more.","archived":false,"fork":false,"pushed_at":"2025-06-13T09:02:57.000Z","size":3286,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T10:21:05.236Z","etag":null,"topics":["expressjs","mongodb","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"","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/kientech.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,"zenodo":null}},"created_at":"2024-07-30T06:20:53.000Z","updated_at":"2025-06-13T09:03:46.000Z","dependencies_parsed_at":"2025-06-13T10:33:46.623Z","dependency_job_id":null,"html_url":"https://github.com/kientech/SmartClock","commit_stats":null,"previous_names":["kientech/smartclock-mrh3center","kientech/smartclock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kientech/SmartClock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kientech%2FSmartClock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kientech%2FSmartClock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kientech%2FSmartClock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kientech%2FSmartClock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kientech","download_url":"https://codeload.github.com/kientech/SmartClock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kientech%2FSmartClock/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262964073,"owners_count":23391949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["expressjs","mongodb","nodejs","reactjs"],"created_at":"2025-07-01T12:39:43.393Z","updated_at":"2025-12-30T22:19:59.588Z","avatar_url":"https://github.com/kientech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕒 SmartClock\n\nSmartClock is a smart clock web application built using the **MERN stack** (MongoDB, Express.js, React.js, Node.js). It offers features such as real-time clock display, alarm management, notes, and more.\n\n## 📂 Project Structure\n\n```\n\nSmartClock/\n├── backend/            # Node.js + Express backend\n│   ├── controllers/    # Logic for handling API requests\n│   ├── models/         # Mongoose data models\n│   ├── routes/         # Express routes\n│   ├── config/         # Database and environment config\n│   ├── server.js       # Main server file\n│   └── ...\n├── frontend/           # React frontend\n│   ├── src/\n│   │   ├── components/ # React components\n│   │   ├── pages/      # App pages (Home, Alarm, etc.)\n│   │   ├── App.js\n│   │   └── ...\n│   ├── public/\n│   ├── package.json\n│   └── ...\n\n````\n\n## 🚀 Features\n\n- Live clock display (digital and/or analog)\n- Alarm setting and management\n- Notes/reminders\n- Responsive UI for both desktop and mobile\n- RESTful API for alarm and note management\n\n## 🧰 Technologies Used\n\n- **Frontend**: React.js, Tailwind CSS (or any styling framework you use)\n- **Backend**: Node.js, Express.js\n- **Database**: MongoDB with Mongoose\n- **Others**: Axios, Dotenv, Cors, etc.\n\n## 🔧 Installation \u0026 Setup\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/yourusername/SmartClock.git\ncd SmartClock\n````\n\n### 2. Backend Setup\n\n```bash\ncd backend\nnpm install\n# Create a .env file and add your MongoDB URI\nnpm run dev\n```\n\n### 3. Frontend Setup\n\n```bash\ncd frontend\nnpm install\nnpm start\n```\n\nThe frontend will run on `http://localhost:3000` and the backend on `http://localhost:5000` by default.\n\n## 📌 Environment Variables\n\nIn the `backend/.env` file, include:\n\n```\nPORT=5000\nMONGO_URI=your_mongodb_connection_string\n```\n\n## 📷 Screenshots\n\n*(Insert screenshots of your app here if available)*\n\n## ✨ Future Improvements\n\n* User authentication\n* Dark/light mode\n* Notification support\n* Sync with cloud services\n* Progressive Web App (PWA) support\n\n## 👤 Author\n\n* Kien Duong Trung\n* GitHub: [@kientech](https://github.com/kientech)\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytraembedded%2FSmartClock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytraembedded%2FSmartClock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytraembedded%2FSmartClock/lists"}