React app hosted in Netlify with the content slides for Front-end Web Development for General Assembly London 🇬🇧
yarn workspace web start
Slides are written in remark markdown syntax, you can check more about the syntax here
Slides are stored inside the public folder (./public/slides
)
All homeworks are stored in the homework package
Each homework has a main folder with the following structure
homework-name
|
|- readme.md
|- starter-code
|-index.html
|-styles
|-scripts
|-readme.md
|- solution-code
|-index.html
|-styles
|-scripts
|-readme.md
starter-code.zip
solution-code.zip
The idea behind it, is to have in the same repo a reference for the homework with a link to download a zip
All labs are stored in the labs package