diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-25T16·30+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-25T16·30+0000 |
commit | 89cd77a64b9146a88c75946fb0d9f2c5d6126821 (patch) | |
tree | 866f559e4150195e6446e3678e05597ec4875803 /website/goals/README.md | |
parent | 265b691c9b076d61b1ed59a07b4a84ad6a74e020 (diff) |
Create wpcarro.dev/goals
Create a simple React app to define my goals. See the goals/README.md for more context.
Diffstat (limited to 'website/goals/README.md')
-rw-r--r-- | website/goals/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/website/goals/README.md b/website/goals/README.md new file mode 100644 index 000000000000..a397d8d32f84 --- /dev/null +++ b/website/goals/README.md @@ -0,0 +1,5 @@ +# Goals + +Kent C. Dodds taught me that I can create a React website without any bundling +software. To practice this, I created a simple React app to track some of my +goals. Notice how I wrote JSX inside of a `<script type="text/babel">` tag. |