Skip to content

Commit

Permalink
docs(README): update track of practises
Browse files Browse the repository at this point in the history
  • Loading branch information
dorayx committed Sep 9, 2023
1 parent bb10c37 commit 03a8433
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ and the projects here are all experimental, not always complete and not producti

I've tracked my practices in the table below:

| Day | Date | Challenge | Demo | Keywords | Link |
|:-----:|:-------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----:|:------------------------------------------:|:------------------------------------------:|
| 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) |
| Day | Date | 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) |

## Getting Started

Expand Down

0 comments on commit 03a8433

Please sign in to comment.