/let-me-google-that-for-you

Let me google that for you clone with Next.js

Primary LanguageTypeScript

Let Me Google That For You

Let Me Google That For You

Demo

https://lmgtfy8.vercel.app/


What is inside?

This is a simple Next.js app that clones the functionality of Let Me Google That For You.

What is Let Me Google That For You?

Let Me Google That For You is a website that generates a link to a Google search for a given query. When the link is clicked, it shows the user how to search for the query on Google.

The purpose of Let Me Google That For You is to provide a humorous way to tell someone to "just Google it" when they ask a question that can be easily answered with a simple search. (So stop learned helplessness and do it yourself!)

How to use this app

  1. Enter a search query in the input field.
  2. Click the "Generate Link" button.
  3. Copy the generated link and share it with someone who needs to learn how to Google.
  4. When the link is clicked, it will show the user how to search for the query on Google.

Demo

lmgtfy.mp4

How to run this app

  1. Clone this repository.
git clone https://github.com/taham8875/let-me-google-that-for-you.git
  1. Install the dependencies.
cd let-me-google-that-for-you
npm install
  1. Run the app.
npm run dev

Tech Stack

  • Next JS
  • TailwindCSS

Deployed on Vercel

Refactoring Plan

This project requires extensive refactoring. My plan involves delving into the documentation for React and Next.js, thoroughly reviewing and understanding their intricacies. Once equipped with a deeper comprehension, I will return to this project to implement significant improvements and refactoring.