A web app based on dataset “Los Angeles traffic collision data" with data sorting, filtering feature and some visualization.
- For CSS/Less document, use
[BEM]
(http://getbem.com/introduction/) - For variables, use
[little caramel-case]
(http://wiki.c2.com/?LowerCamelCase) - For react components, use
big caramel-case
(Actually React would check if name of component is in big caramel-case)
- Use
React-Hook
- Less coupling more cohesion
- Jetbrain webstorm
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Main page of this application is under URL http://localhost:3000/app
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.