Skip to content

A tiny photo booth created with create-vite vanilla JS template

Notifications You must be signed in to change notification settings

vakila/selfie-cam

Repository files navigation

Frontend Masters

This is a companion repo for the Vanilla JavaScript Projects course on Frontend Masters.

Project demo: anjana.dev/selfie-cam

GitHub Pages Instructions

Follow the steps below to deploy your own version of this project to GitHub Pages.

  1. Fork this Repository
  2. In your fork, go to Settings > Pages
  3. Select GitHub Pages as the source.
  4. Go to the Actions tab and enable workflows (they were disabled because this repo was forked)
  5. Find the Deploy static content to Pages action and manually run workflow to trigger it
    • Note: Future runs of this workflow can be automatically triggered by pushing code changes to your repo
  6. When the workflow is complete, visit https://[your-username].github.io/selfie-cam
    • Note: If you named the repo something other than selfie-cam, make sure the URL matches what you used

About

A tiny photo booth created with create-vite vanilla JS template

Resources

Stars

Watchers

Forks