The Google Search Clone project is a web application developed using Next.js 13 and integrated with the Google Developers API. It aims to act as the functionality of the renowned Google Search platform.
To get started with the website, clone the repo:
$ git clone https://github.com/alisamirali/google-search-clone.git
$ cd google-search-clone
Then install the dependencies:
$ npm install
To run the app, start the Expo development server:
$ npm run dev
Open the localhost link in your browser, and enjoy!
You can try the website directely from here: https://google-s-c.vercel.app