For part 1, I decided to make a website about penguins. I had a good time and may have gotten carried away with the css and penguin side of things.
Code for the website is here: https://github.com/emilylin-itp/pingu_pong
The website is deployed using Netlify: pingu.netlfiy.com
(still need need to make it responsive though)
—
—
Helpful Resources:
https://www.netlify.com/blog/2016/10/27/a-step-by-step-guide-deploying-a-static-site-or-single-page-app/ https://www.npmjs.com/package/validator https://www.npmjs.com https://www.youtube.com/watch?v=U57kU311-nE (*VERY HELPFUL) https://codeburst.io/the-only-nodejs-introduction-youll-ever-need-d969a47ef219 (*VERY HELPFUL) https://nodejs.org/api/http.html#http_response_writehead_statuscode_statusmessage_headers
—
Command lines to remember:
'node -v' : version of node 'process.exit()' : exiting terminal 'npm init':