For the Coursera course "Fundamentals of Web Development" at Illinois Institute of Technology
It's always important to put README files in any GitHub project. You should put a brief description of what this repository is/was used for. In the future, when you stumble upon this repository, the README will help refresh your memory.
- When creating a README file remember to add the ".md" as the file type.
- .md files use a language called markdown; which allows you to use inline HTML or just type plain text.
- Here's the link to markdown syntax https://daringfireball.net/projects/markdown/syntax
- It is also important to use the README file by updating it with path decisions and important "about" information.
- README files are the only files in your repository that use capital letters..