Creating Sidehustle homepage using a Google clone template

Creating Sidehustle homepage using a Google clone template

Learning a library like react.js is awesome. I got to know about very useful things about react. I appreciate the mentor and tutor at the Sidehustle hustle who give wonderful tips in using react.js. In the first week of the internship, we were taught react at beginners level. We had an introductory class on how react.js came about. We dived in the website reactjs.org to know how to use it.Then we were taught how to install react using npm (node package manager). In week two of the internship, we focused on components ( class and functional) and the pass of data using props and state. We also learnt about react hooks and how to use them.

Zoom to the end of second week, we were informed about the capstone project which was to build the Sidehustle homepage using Google template. First we created the project by using npm create-react-app google-homepage. We dived into the directory using cd google-homepage and run npm start. We given instructions on what our output should. You can view the live demo looney-google-clone.netlify.app and view the code at the github github.com/damisi00/react-google-clone

Thank you❤️