{"id":21003910,"url":"https://github.com/zckyachmd/logbook-zacky","last_synced_at":"2025-03-13T14:15:35.745Z","repository":{"id":244491415,"uuid":"815394359","full_name":"zckyachmd/logbook-zacky","owner":"zckyachmd","description":"Logbook daily activity on Bearmentor Bootcamp.","archived":false,"fork":false,"pushed_at":"2024-06-26T02:12:39.000Z","size":820,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T10:12:04.920Z","etag":null,"topics":["log","logbook","markdown"],"latest_commit_sha":null,"homepage":"","language":null,"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/zckyachmd.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":"2024-06-15T03:29:45.000Z","updated_at":"2024-06-26T02:12:43.000Z","dependencies_parsed_at":"2024-06-26T03:27:29.323Z","dependency_job_id":"cd7eb2b0-1689-4b3e-a5b9-13ab6e46a504","html_url":"https://github.com/zckyachmd/logbook-zacky","commit_stats":null,"previous_names":["zckyachmd/logbook-zacky"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zckyachmd%2Flogbook-zacky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zckyachmd%2Flogbook-zacky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zckyachmd%2Flogbook-zacky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zckyachmd%2Flogbook-zacky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zckyachmd","download_url":"https://codeload.github.com/zckyachmd/logbook-zacky/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243419127,"owners_count":20287806,"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":["log","logbook","markdown"],"created_at":"2024-11-19T08:28:54.844Z","updated_at":"2025-03-13T14:15:35.698Z","avatar_url":"https://github.com/zckyachmd.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logbook Repository\n\nWelcome to the logbook activity repository of the bootcamp organized by [Bermentor Indonesia](https://github.com/bearmentor-community). This repository documents the daily progress and activities for [Zacky Achmad](https://www.linkedin.com/in/zckyachmd/).\n\nFeel free to explore the logs and follow along with the project's progress. If you have any questions or suggestions, please open an issue or contact the repository owner.\n\n## 📂 Repository Structure\n\n### Month 01: Frontend HTML \u0026 CSS\n\nFundamentals, career, web design, website development, deployment, etc.\n\n[Project 1](https://github.com/zckyachmd/zacky.id): Personal Website\n\n- [Day 1](month-01/day-01.md): Start, Introduction\n- [Day 2](month-01/day-02.md): Website vs Web App, UI/UX Design, Figma\n- [Day 3](month-01/day-03.md): Code Editor, Markdown\n- [Day 4](month-01/day-04.md): Terminal, Git, GitHub\n- [Day 5](month-01/day-05.md): HTML, Website Deployment\n- [Day 6](month-01/day-06.md): CSS, CSS Layout\n- [Day 7](month-01/day-07.md): CSS Framework, Tailwind CSS, Dev Tools, Domain\n- [Day 8](month-01/day-08.md): Website Project Presentation and Evaluation\n\n## 🛠️ Usage\n\n\u003cdetails\u003e\n\u003csummary\u003e\nTo use this repository, follow the steps below:\n\u003c/summary\u003e\n\n### Steps\n\n1. **Clone the Repository**\n\n   To clone the repository, run the following command:\n\n```bash\ngit clone https://github.com/zckyachmd/logbook-zacky.git\ncd logbook-zacky\n```\n\n2. **Adding New Logs**\n\n   To add a log for a new day, create a new markdown file with the format {month-folder}/day-{day-number}.md where {month-folder} is the name of the month and {day-number} is the number of the day.\n\n   For example, if you want to add a log for the first day of the month, create the following file:\n\n   ```bash\n   nano month-01/day-01.md\n   ```\n\n   **Note:** You can use any text editor or IDE to create the file.\n\n   ### Example Log Entry:\n\n   ```markdown\n   # Day {day} - [{month}/{date}]\n\n   ## Learnings\n\n   - Basics of setting up Tailwind CSS in a project\n   - Initial steps in HTML structuring\n\n   ## Challenges\n\n   - Understanding the Tailwind CSS configuration\n\n   ## Tasks Completed\n\n   - Set up the project repository\n   - Initialized HTML structure\n   - Installed Tailwind CSS and configured Post CSS\n\n   ## Documentation (Optional)\n\n   - This is a placeholder for documentation. You can add more details about the day's progress, activities, and any notes here.\n\n   ## Next Steps\n\n   - Start implementing the header section\n   - Explore more features of Tailwind CSS\n   ```\n\n3. **Push Changes to the Repository**\n\n```bash\ngit add .\ngit commit -m \"Add log for day {day-number} of {month}\"\ngit push\n```\n\n\u003c/details\u003e\n\n## 👤 Author\n\n- **Name**: Zacky Achmad\n- **Batch**: Bootcamp Batch 4, Start on May 2024.\n\nHappy coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzckyachmd%2Flogbook-zacky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzckyachmd%2Flogbook-zacky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzckyachmd%2Flogbook-zacky/lists"}