Weekly Challenge #31 - Daily Ping
For this challenge, you need to implement a program that lets you record daily updates. For many years I would use a tool that sends me an email every day asking what I've been up to and then lets you aggregate it over a long time period. Sadly it stopped working so this challenge is for you to build a new one!
Winners:
https://github.com/user-attachments/assets/b650ca9b-f99f-417a-be82-9265468f6e37
https://github.com/user-attachments/assets/271352c6-0ad3-4d10-94b7-3b9931b416e2
Prizes:
- Winner: $75
- 2nd: $50
- 3rd: $25
Rules:
- The winners will be evaluated based on how creative and interesting the solution is. @vjeux has full discretion on how the winners are selected.
- Multiple people can work on a single submission. If it wins, the reward will be split based on the team preferences.
- If a winner doesn't want to take the money, it'll be reinjected in the next week prize pool.
- The solution must be open sourced.
- There are no restrictions in terms of tech stack.
How to submit a solution:
- Deadline to submit is Sunday August 25th evening at Midnight PST (US West Coast).
- Open an issue on this repo titled "Submission - <Name of your submission>"
- It must contain a short video showing the submission in action
- It must contain an explanation on how to try it
- It must contain a link with the source code