You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Material UI : A set of react components that implement google's material design
About
A basic tutorial on creating a react application with webpack2. The applications contains a sidebar navigation drawer(with 2 routes: currently only "Home" component is developed). The Home view is reponsible for displaying a json data. On clicking on item, shows the details of the selected item.
Note
CSS been implemented in 2 ways: one using style property and other using an external scss file. You can prefer your way of applying styles (choose either or them)in your application