Google Search Clone with nextjs, typescript, tailwind CSS, and Google API Google API
-
ReactJs: JavaScript Library
-
NextJs: ReactJs Framework
-
TailwindCss: CSS Framework
-
Eslint: Linter
-
Prettier Code formatter
├── src # Src Folder
├── common # Common Folder
├── components # Reusabble parts
├── Avater # Avater component
├── Header # Header component
├── SearchResults # SearchResults component
├── Footer # Footer component
├── utils # utils component
├── styles
├── pages # Application views
- Clone or download the project.
Cd
in the project directory.- Run
git remote rm origin
to remove the remote refenrece. - Run
yarn
to install dependencies