ideally one sentence include terms/tags that can be searched
- Insert list of features here
INSERT GRAPHIC HERE
- People should understand instantly what your project is about based on your repo so add short description here
GIF Tools
- Use Recordit to create quicks screencasts of your desktop and export them as
GIF
s. - For terminal sessions, there's ttystudio which also supports exporting
GIF
s.
Recordit
ttystudio
// code away!
let generateProject = project => {
let code = [];
for (let js = 0; js < project.length; js++) {
code.push(js);
}
};
- Should contain requirements
- All the
code
required to get started - Images of what it should look like
- MIT license
- Copyright 2015 © FVCproductions.
With ❤️ by Codechef-VIT