{"id":29953736,"url":"https://github.com/bocaletto-luca/timetableuniversity","last_synced_at":"2025-08-03T15:11:10.956Z","repository":{"id":305493800,"uuid":"1023028383","full_name":"bocaletto-luca/TimetableUniversity","owner":"bocaletto-luca","description":"TimetableUniversity","archived":false,"fork":false,"pushed_at":"2025-07-20T11:52:39.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T13:14:43.363Z","etag":null,"topics":["bocaletto-luca","html-css-javascript","javascript","online","opensource","timetable","timetable-university","webapp"],"latest_commit_sha":null,"homepage":"https://bocaletto-luca.github.io/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bocaletto-luca.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,"zenodo":null}},"created_at":"2025-07-20T11:25:12.000Z","updated_at":"2025-07-20T11:52:42.000Z","dependencies_parsed_at":"2025-07-20T13:27:03.720Z","dependency_job_id":null,"html_url":"https://github.com/bocaletto-luca/TimetableUniversity","commit_stats":null,"previous_names":["bocaletto-luca/timetableuniversity"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bocaletto-luca/TimetableUniversity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FTimetableUniversity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FTimetableUniversity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FTimetableUniversity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FTimetableUniversity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bocaletto-luca","download_url":"https://codeload.github.com/bocaletto-luca/TimetableUniversity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FTimetableUniversity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268563855,"owners_count":24270658,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bocaletto-luca","html-css-javascript","javascript","online","opensource","timetable","timetable-university","webapp"],"created_at":"2025-08-03T15:10:59.759Z","updated_at":"2025-08-03T15:11:10.949Z","avatar_url":"https://github.com/bocaletto-luca.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timetable University\n\n**Timetable University** is a modern, responsive one-page webapp for students to schedule courses by drag-and-drop. No installation or registration needed—just HTML5, CSS3, and vanilla JavaScript. Import/export your timetable in JSON, add/edit/delete courses, detect conflicts, and print your schedule with one click.\n\n---\n\n## 📺 Live Demo\n\nhttps://bocaletto-luca.github.io/TimetableUniversity/index.html\n\n---\n\n## 🚀 Features\n\n- Responsive CSS Grid timetable (Monday–Friday, 8 AM–8 PM)  \n- Drag \u0026 drop to assign courses into time slots  \n- Add, edit \u0026 delete course entries on the fly  \n- Import and export full state (courses \u0026 schedule) as JSON  \n- Conflict detection when dropping into occupied slots  \n- Double-click to remove scheduled entries  \n- Print-ready layout via native `window.print()`  \n- Fully offline after initial load (no external APIs)\n\n---\n\n## 📁 Repository\n\nhttps://github.com/bocaletto-luca/TimetableUniversity\n\n---\n\n## 🛠️ Getting Started\n\n### Prerequisites\n\n- A modern web browser (Chrome, Firefox, Edge, Safari)\n\n### Installation\n\n1. Clone the repository  \n   ```bash\n   git clone https://github.com/bocaletto-luca/TimetableUniversity.git\n   ```\n2. Or download the ZIP and extract.\n\n### Running Locally\n\n1. Open `index.html` in your browser.  \n2. Use the sidebar to add courses and drag them into the timetable grid.  \n3. Import or export your data via the **Import JSON** / **Export JSON** buttons.  \n4. Click **Print Timetable** to generate a printable version.\n\n---\n\n## 📝 Usage\n\n1. **Add a Course**  \n   - Enter the course name.  \n   - Select the faculty.  \n   - Click **Add**.  \n\n2. **Schedule a Course**  \n   - Drag a course item from the sidebar.  \n   - Drop it into any empty time slot.  \n   - Double-click a scheduled block to remove it.\n\n3. **Import / Export JSON**  \n   - **Import**: Load a previously saved `timetable.json`.  \n   - **Export**: Download the current state as `timetable.json`.\n\n4. **Print**  \n   - Click **Print Timetable** for a clean, print-optimized view.\n\n---\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome. Feel free to:\n\n1. Fork the repository  \n2. Create a new branch (`git checkout -b feature/YourFeature`)  \n3. Commit your changes (`git commit -m 'Add new feature'`)  \n4. Push to the branch (`git push origin feature/YourFeature`)  \n5. Open a Pull Request  \n\n---\n\n## 📄 License\n\nThis project is licensed under the [GPL License](LICENSE).\n\n---\n\n## 👤 Author\n\n**Bocaletto Luca**  \n- GitHub: [@bocaletto-luca](https://github.com/bocaletto-luca)  \n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Ftimetableuniversity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbocaletto-luca%2Ftimetableuniversity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Ftimetableuniversity/lists"}