Skip to content

Commit

Permalink
docs(README): update status of day 6 challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
dorayx committed Sep 11, 2023
1 parent f1f6bb7 commit dab43cb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ and the projects here are all experimental, not always complete and not producti

I've tracked my practices in the table below:

| Day | Date | State | Challenge | Keywords | Demo | Source Code |
|:-----:|:-------------:|:-----:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------|:------------:|:----------------------------------------:|
| 01 | 3 Sep, 2023 || ⚙️ Initialize this repository as a monorepo using Bazel for multi-language development, include a Rust program example and add a GitHub Action to test all the projects | Bazel, Rust | - | [challenges/day-01](./challenges/day-01) |
| 02 | 4 Sep, 2023 || ⚙️ Integrate NodeJS + PNPM Workspace + React + TypeScript + Vite + Vitest with Bazel | Bazel, NodeJS, PNPM Workspace | - | [challenges/day-02](./challenges/day-02) |
| 03 | 6 Sep, 2023 || 🍎 Create a macOS menu bar app with several menu items | Bazel, macOS App, Tray App | - | [challenges/day-03](./challenges/day-03) |
| 04 | 8 Sep, 2023 | ⚠️ | ⏰ Use CSS Scroll Snap to create a clock | CSS Scroll Snap | 🚧 | [challenges/day-04](./challenges/day-04) |
| 05 | 10 Sep, 2023 || ⚙️ Integrate Go Workspace with Bazel | Bazel, Go Workspace | - | [challenges/day-05](./challenges/day-05) |
| 06 | 11 Sep, 2023 | 🚧 | ⚙️ Deploy static HTML to GitHub Pages with Bazel + GitHub Action | Bazel, GitHub Pages, Static HTML | GitHub Pages | [challenges/day-06](./challenges/day-06) |
| Day | Date | State | Challenge | Keywords | Demo | Source Code |
|:-----:|:-------------:|:-----:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------|:---------------:|:----------------------------------------:|
| 01 | 3 Sep, 2023 || ⚙️ Initialize this repository as a monorepo using Bazel for multi-language development, include a Rust program example and add a GitHub Action to test all the projects | Bazel, Rust | - | [challenges/day-01](./challenges/day-01) |
| 02 | 4 Sep, 2023 || ⚙️ Integrate NodeJS + PNPM Workspace + React + TypeScript + Vite + Vitest with Bazel | Bazel, NodeJS, PNPM Workspace | - | [challenges/day-02](./challenges/day-02) |
| 03 | 6 Sep, 2023 || 🍎 Create a macOS menu bar app with several menu items | Bazel, macOS App, Tray App | - | [challenges/day-03](./challenges/day-03) |
| 04 | 8 Sep, 2023 | ⚠️ | ⏰ Use CSS Scroll Snap to create a clock | CSS Scroll Snap | 🚧 | [challenges/day-04](./challenges/day-04) |
| 05 | 10 Sep, 2023 || ⚙️ Integrate Go Workspace with Bazel | Bazel, Go Workspace | - | [challenges/day-05](./challenges/day-05) |
| 06 | 11 Sep, 2023 | | ⚙️ Deploy static HTML to GitHub Pages with Bazel + GitHub Action | Bazel, GitHub Pages, Static HTML | [GitHub Page](https://dorayx.github.io/code-challenges/canary/) | [challenges/day-06](./challenges/day-06) |

- ✅: Completed
- ⚠️: Need improvements
Expand Down

0 comments on commit dab43cb

Please sign in to comment.