Closed gargantuadev closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
algorithm-finder | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 9, 2024 8:50pm |
Hey @gargantuadev this is very very very impressive work! 🥳 Can you please resolve the merge conflicts before we can go ahead?
Hello there, @pooja-gera!
First of all, thank you, I appreciate 😎
I resolved the merge conflicts, here are the results:
When you click on your name (once you logged in), you can see the log out button:
The login now takes the same violet color palette that we can find in the logo:
Enjoy!
LGTM, https://forms.gle/wFVCMgDEyDUqQ1HZ6 please fill out this form with your t-shirt size, you'll receive it within 2 weeks of the completion of hacktoberfest 2024. Thankyou @gargantuadev you're awesome! 🤩
This PR introduces the following updates (following issue #2):
Updated CONTRIBUTING.md: I’ve updated the CONTRIBUTING.md file to provide clear instructions on how to set up and start the application, to help new contributors get started more easily.
Addition of .env File for Private Information: as per the project’s guidelines, I’ve added a .env file to store sensitive information such as API keys and secrets. This helps in keeping private data secure and out of the codebase.