commit 979773ce02894a6751598fbebddd0a5bc4e1de55 Author: Jason McPheron Date: Sun Apr 21 09:31:36 2024 -0700 First commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..eaa6742 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Understanding Node.js and npm + +This is a demo project to help Jason understand how the heck this Node.js stuff works. + +I want to see a basic project and figure out my standard development enviorment. + +As a starting point, I can try making a web page/app that has some sort of interactive timer. Maybe with a game aspect, like can you tap the timer button several times consistantly.