marsoln / functional-demo

Small functional unit demo

Home Page:https://marsoln.github.io/functional-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

some functional demo with react

Intro

  • install pkg via yarn yarn install or npm npm i
  • run dev server yarn start or npm start
  • visit http://localhost:8080 (if the port is not conflict) in your browser

demos for now

  • drag and select
  • click float
  • polygon draw
  • ease-in-out function
  • parellel/serial task queue

why scss files?

I didn't use any sass/scss compiler, instead of them, i used postcss with next-css nesting/nested syntax. But my editor(vscode) pointed out the nested syntax as errors for css format, so i had to pleasure it by changing the file format to scss.

About

Small functional unit demo

https://marsoln.github.io/functional-demo


Languages

Language:JavaScript 86.8%Language:SCSS 12.4%Language:HTML 0.8%