Thala For Reason is a fun project inspired by the legendary MS Dhoni, also known as "Thala." The project allows users to check if they are Thala in a humorous way, following the famous meme trend.
Check out the project live: Thala For Reason
Follow these steps to set up and run the project locally:
-
Clone the repository:
git clone https://github.com/your-username/thala-for-reason.git
-
Navigate to the project directory:
cd thala-for-reason
-
Install dependencies:
npm install
-
Set up environment variables:
Create a
.env
file in the project root and add your configuration. For example:GOOGLE_API_KEY=your_google_api_key
Replace
your_google_api_key
with your actual Google API key. -
Run the project:
npm start
The project will be available at
http://localhost:8080
by default.
Contributions are welcome! If you have ideas for improvements or new features, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.