An open API service indexing awesome lists of open source software.

https://github.com/zckyachmd/logbook-zacky

Logbook daily activity on Bearmentor Bootcamp.
https://github.com/zckyachmd/logbook-zacky

log logbook markdown

Last synced: over 1 year ago
JSON representation

Logbook daily activity on Bearmentor Bootcamp.

Awesome Lists containing this project

README

          

# Logbook Repository

Welcome 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/).

Feel 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.

## 📂 Repository Structure

### Month 01: Frontend HTML & CSS

Fundamentals, career, web design, website development, deployment, etc.

[Project 1](https://github.com/zckyachmd/zacky.id): Personal Website

- [Day 1](month-01/day-01.md): Start, Introduction
- [Day 2](month-01/day-02.md): Website vs Web App, UI/UX Design, Figma
- [Day 3](month-01/day-03.md): Code Editor, Markdown
- [Day 4](month-01/day-04.md): Terminal, Git, GitHub
- [Day 5](month-01/day-05.md): HTML, Website Deployment
- [Day 6](month-01/day-06.md): CSS, CSS Layout
- [Day 7](month-01/day-07.md): CSS Framework, Tailwind CSS, Dev Tools, Domain
- [Day 8](month-01/day-08.md): Website Project Presentation and Evaluation

## 🛠️ Usage

To use this repository, follow the steps below:

### Steps

1. **Clone the Repository**

To clone the repository, run the following command:

```bash
git clone https://github.com/zckyachmd/logbook-zacky.git
cd logbook-zacky
```

2. **Adding New Logs**

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.

For example, if you want to add a log for the first day of the month, create the following file:

```bash
nano month-01/day-01.md
```

**Note:** You can use any text editor or IDE to create the file.

### Example Log Entry:

```markdown
# Day {day} - [{month}/{date}]

## Learnings

- Basics of setting up Tailwind CSS in a project
- Initial steps in HTML structuring

## Challenges

- Understanding the Tailwind CSS configuration

## Tasks Completed

- Set up the project repository
- Initialized HTML structure
- Installed Tailwind CSS and configured Post CSS

## Documentation (Optional)

- This is a placeholder for documentation. You can add more details about the day's progress, activities, and any notes here.

## Next Steps

- Start implementing the header section
- Explore more features of Tailwind CSS
```

3. **Push Changes to the Repository**

```bash
git add .
git commit -m "Add log for day {day-number} of {month}"
git push
```

## 👤 Author

- **Name**: Zacky Achmad
- **Batch**: Bootcamp Batch 4, Start on May 2024.

Happy coding!