Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.08 KB

2021 SoDA Bootcamp: Final Code

This is the code for the portfolio site created live during SoDA's 2021 Bootcamp. It uses vanilla HTML, CSS, and JavaScript. The bootcamp was split into three sections based on coding language. You can view the checkpoints for each section here:

Running

There is a live version of the site at https://thesoda.io/SoDA-Bootcamp/. To run it locally, you can run a server in the project directory. We suggest using the live-server npm package for this, so that the website reloads automatically whenever you change it. You can also open index.html in your browser without using a server.

Code Contributors