Skip to content

DigitalProductschool/codesandbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launching Sketches

A simple technique to connect images into an interactive click dummy and deploy them on a website.

This can be your starting point for an iterative development process, where you replace images with functional code step by step.

Based on React + React Router and easily deployed to Vercel.

Debug View

If you want to see the interactive areas while positioning them in the click dummy, open up App.js and change the debug variable to true.

const debug = true;

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.2%
  • HTML 21.6%
  • CSS 11.2%