Converting html apps to React apps
- Grab all the images and set them up appropriately
- Grab all the css files and set them up appropriately
- Change all comments in html code to JSX comments
- Grab all the code from
<body>
and put it in return () - Replace all
class
withclassName