Skip to content

ccsw-csd/kata-css-speedrun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS Speedrun

A small fun app to test your CSS knowledge. Find the correct CSS selectors for the 10 puzzles as fast as possible.

CCSW Modified Version- ORIGINAL

Setup

  • Install the app with npm i
  • run npm run build to create the dist directory
  • run npm run watch to run the dev server and watch for changes

Create your own puzzles

To create your own puzzles check the files in /src/js/puzzles.

They contain the code for the puzzle and an array to mark which lines should be selected. Also you can provide an optional hint to help others solve your puzzle.

License

MIT


created by Vincent Will

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.8%
  • JavaScript 36.4%
  • SCSS 15.8%