diff options
| author | Anjana Vakil <contact@anjana.dev> | 2025-08-30 11:54:16 -0700 |
|---|---|---|
| committer | Anjana Vakil <contact@anjana.dev> | 2025-08-30 11:54:16 -0700 |
| commit | b6d422d33c3b647ab249a8cf3520bc986fa2c549 (patch) | |
| tree | 2e1c91523a44ab4a017c9fef277cd5ba218a86d5 /README.md | |
| parent | 0a413efa2f7784f176d1ee533d9b404b423713a4 (diff) | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -5,7 +5,9 @@ All the events you never knew you needed to attend! ## Overview -This is a simple full-stack web project for educational purposes, to demonstrate the functionality and value of moving from JS to TS gradually. +This is a simple full-stack web project for educational purposes, to demonstrate the functionality and value of moving from JS to TS gradually. + +It is part of Anjana's course [TypeScript First Steps](https://anjana.dev/typescript-first-steps) on [FrontendMasters](https://frontendmasters.com/teachers/anjana-vakil/). ## Installation @@ -53,3 +55,9 @@ Open the app at `http://localhost:5173`. Leave the frontend running in this terminal. + +## Branches + +The [`main`](https://github.com/vakila/event-me/tree/solution) branch contains the starting point for the course exercises, which involve migrating from JS to TS and fixing the app's (intentional) bugs in the process. + +The [`solution`](https://github.com/vakila/event-me/tree/solution) branch contains a reference solution for the workshop exercises. But there is more than one way to type a script, so your solution might differ!
\ No newline at end of file |
