A Google Clone created with ReactJs, Google API(Rapid Api), React-router, Firebase, Context Api for state management, Styled-components and Material-UI.
Google-Clone-Demo.mp4
--> Home page similar to real google
--> Search bar - Type anything and hit enter
--> It will redirect you to search-result-page
--> Here you can browse your results etc.
--> Active navbar - All , News, Images, Videos
--> Each link you see on screen is clickable
--> Videos you see, can be played on the app itself
node.js is required to get npm
.
If you would like to download the code and try it for yourself:
Clone the repo: git@github.com:chirag-23/Google-clone-reactjs.git
cd Google-clone-reactjs
Install packages: npm install
Build project: npm start
Open your browser at: http://localhost:3000