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
Cd
in the project directory.git remote rm origin
to remove the remote refenrece.yarn
to install dependencies