The purpose of a README file
A README file is the first source of information to guide anyone who visits your repository. What the code does, how to contribute, or how to install and use it.
Read moreThe essential tool to creating perfect web designs.
A README file is the first source of information to guide anyone who visits your repository. What the code does, how to contribute, or how to install and use it.
Read moreA wireframe is used to express the layout of a visual medium such as a newspaper, or web page. It helps designers and programmers to get a simple overview of a design.
Read moreA git branch is a copy of the code in a git repository. Branches are created so that developers can work seperately on specific features. Once a feature is completed it is merged into main. If the creation of a feature is not sucessful, for example there are too many bugs, the branch can be delete without affecting the main branch.
Read more