Left Navigation Exercise
#Usage:
-
npm install
-
webpack-dev-server
-
go to localhost:8080
#Time:
-
Learn react.js and set up react+webpack+babel environment => 1 hour.
-
Design UI, plan code, search and solve decomposed problems in advance => 4 hours.
-
Implementation => 4 hours.
9 hours in total.
#Shortage:
-
Used online components to implement checkbox(material ui) and expand/collapse icon(react-icons). The size of related libs is a little bit large.
-
style codes should be concise and reusable.