This project is a simple web application that helps you generate a random commit message for the day. It displays the current date along with the generated commit message and provides options to copy the commit message or generate a new one.
- Commit Fortune Teller: Get a glimpse into your coding future with randomly generated commit messages.
- Procrastination Breaker: Stuck on what to commit? Let this app inspire you with witty, sometimes absurd, commit messages.
- Copy-Paste Convenience: Quickly copy your chosen commit message with just one click, saving you precious coding time (and sanity).
Upon loading the page, you will see the current date and a randomly generated commit message. You can click the "Copy commit" button to copy the commit message to your clipboard or click the "Try Again" button to generate a new commit message.
This project uses the following resources:
- whatthecommit.com - API for generating random commit messages.
- CORS Anywhere - Proxy server for handling CORS issues.
If you'd like to contribute to this project, please fork the repository and create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.