This is a submission for the GitHub Copilot Challenge : New Beginnings
What I Built
A productivity tool to keep track of your habits and each day starting from the date specified. Add note to each task done on that day to build your habit.
You can select the start date and from that 60 days will be displayed showing the date and checkbox and an input to add your note.
At the bottom, you can see the percentage of task or days completed which you followed to develop your habit.
Demo
Live demo at: Github Copilot Challenge 2
Repo
Copilot Experience
Initially, I tried to structure the project. But this is a productivity tool, so I directly started with prompt asking for the HTML file for a 60 Days Habit Tracker app.
After creating a skeleton, I started to add styles to the existing HTML which is nothing but a banner like page. It looks like this
Then I added date picker to select the start date. Asked Github copilot to add a material styled reset button to revert changes. It was done well with css alone.
Previous project using Github Copilot
Javascript code for darkmode and lightmode were included to make it more attractive.
A rounded display to show the percentage of task completed.
GitHub Models
I have used only Github copilot VS Code extension for this project.
Conclusion
It was a great experience to develop a simple app like this using Github copilot alone. Literally anyone can create this type of tools with the help of copilot. It saves a lot of time. All these for free.
I would suggest watching this YouTube video Master the core principles of prompt engineering with GitHub Copilot before trying on your own for a better experience.
Happy building with Github Copilot🤖
Top comments (0)