This is a simple Next.js app that clones the functionality of 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!)
- Enter a search query in the input field.
- Click the "Generate Link" button.
- Copy the generated link and share it with someone who needs to learn how to Google.
- When the link is clicked, it will show the user how to search for the query on Google.
lmgtfy.mp4
- Clone this repository.
git clone https://github.com/taham8875/let-me-google-that-for-you.git
- Install the dependencies.
cd let-me-google-that-for-you
npm install
- Run the app.
npm run dev
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.