Pen to Project to People #1
Goals
Practice our Process of Pen-Project-to-People
Modify other peoples' code
Go from internal testing and Staging to external live Production website
Setup GitHub Project
Create a new repo on GitHub named:
pen-to-projectActivate a new CodeSpace for this repo
Setup our file and folder structure for a project
index.htmlstyle.cssscript.js
Create boilerplate for
index.htmlConnect
style.cssandscript.js
Migrate Pen to Project
From the Pen : https://codepen.io/manikoth/pen/NWJzXjE
See comments in HTML, CSS, and JS
Copy HTML panel to
index.htmlCopy CSS panel to
style.cssCopy JS panel to
script.js
Modify Project
Download this image of Swoop: https://assets.codepen.io/16425/swoop2.jpg
Now, upload image to your CodeSpace
Edit
index.htmlReplace
placeholder.pngwith the downloaded image of Swoop
HINT: DO NOT add image of Swoop as absolute path. Use relative path.
Commit and Sync
Write a commit message
Commit to project
Sync to repo
Deployment
Setup Netlify deployment to your repo:
ewu-swoopGet publicly accessible URL to deployed project
Submission
Submit URL to your GitHub repo e.g.
github.com/YourUserName/pen-to-projectSubmit URL to your Netlify deployment e.g.
subdomain.netlify.appDouble check submitted URLs are publicly accessible
Last updated
