steveariss / codinghub-tips

🔥 CodingHub Tips

Home Page:https://codinghub.tips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to contribute?

  1. Fork this Repository
  2. Check how we handle tips in the files under ./tips/
  3. If you tip is something like Remove Duplicates from array name the file as remove-duplicates-array.md
  4. Format should be as follow:
    ---
    title: "Title for your tip"
    language: "javascript"
    twitter: "<your twitter handle without the @>"
    createdAt: "<ADD IF YOU WANT A "new" FLAG ON YOUR TIP> format: 2020-03-24"
    ---
    
    // Your tip code goes here
    
  5. Open a PR with your tip, once we approve it will be available on the website

About

🔥 CodingHub Tips

https://codinghub.tips


Languages

Language:JavaScript 60.4%Language:CSS 39.6%