diff options
Diffstat (limited to 'users/wpcarro/website/goals/README.md')
-rw-r--r-- | users/wpcarro/website/goals/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/wpcarro/website/goals/README.md b/users/wpcarro/website/goals/README.md new file mode 100644 index 000000000000..a397d8d32f84 --- /dev/null +++ b/users/wpcarro/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. |