DEV Community

Discussion on: Want tips on creating Daily logs using HTML,CSS &JS

Collapse
 
shubham2270 profile image
Shubham Kumar

I am trying to create a Daily Logger using HTML, CSS and JS for myself to log the things which I learned everyday and I will add new logs everyday in a object in JS and push it to GitHub for easy access. So does anyone has a better idea on how I can daily add logs in more easy way then directly editing JS objects and pushing the changes to GitHub? I don't want to use database to store logs.

Collapse
 
salhernandez profile image
Salvador Hernandez

Have you considered logging your stuff with markdown? GitHub will automatically convert it into its html equivalent when viewing the file on the site.