ruphaa / til-generator

A small markdown generator which pushes everyday learnings to a repo

Home Page:https://til-generator.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIL GENERATOR

Screen Shot 2022-06-23 at 8 02 29 pm

Pending tasks:

  • Add a markdown editor in the app
  • Add button controls named "Push to Github"
  • Create services for Github API
  • Style the button component and position it in the UI
  • Once the response is successful
    • Change the button label to successful
    • Clear the editor content
    • Disable the button for the day
    • Show a toast message - use a library for toast ✅
  • If the response fails
    • Don't clear the content
    • Show toast why it failed or error message ✅
  • Publish the website in netlify ✅

Nice to have

  • For the same day, if you want to add more content create another service update - get the content, append the additional content and update the TIL file for that day, should be straightforward.
  • Try to play around with confetti experiment once the TIL is pushed to github, throw some confetti

About

A small markdown generator which pushes everyday learnings to a repo

https://til-generator.vercel.app/


Languages

Language:JavaScript 61.8%Language:CSS 19.3%Language:HTML 18.9%