A Google clone built using NextJs and Tailwind CSS.
Link to the Live Website: https://toodle-search.netlify.app
This is a code repository for the corresponding video tutorial.
In this video, we will create a Google Clone app. We're going to use React and Goole Search API powered by https://rapidapi.com.
By the end of this video, you will become the master of working with APIs.
Setup:
- run
npm i && npm start
to start the development server
https://toodle-search.netlify.app
- You search for anything by entering the search query in the search bar.
- There after you can click on the link and visit the website.
- Data for the search results are from the Programmable Search Engine
Hosted through Netlify.