Projects from Scrimba's free courses: Learn HTML and CSS and Learn JavaScript.
- Fork this repository.
- Find the project in GitHub Issues.
- Checkout the project branch (e.g.,
daily_dribble_newsletter
). - Edit files in the project directory (e.g.,
projects/daily_dribble_newsletter
) and add images to itsimages
subdirectory. - Compare the result with the expected design.
- Create a PR to the matching branch of the upstream repository (lgmfred/scrimba_challenges).
- Once reviewed, merge your project branch into the
main
branch of your fork. - Update
index.html
(projects/index.html
) inmain
to include the newest project solution. - Repeat steps 3-8 for each project.
- Optionally enhance the UI of
index.html
. - Set
gh-pages
as GitHub Pages source. - View your site at https://USERNAME.github.io/scrimba_challenges/.
USERNAME
is your GitHub username.
Each project has its own directory inside projects
with HTML, CSS, and image files.