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:
There is a live version of the site at https://yasserdbeis.github.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.