This is a simple guestbook for everyone to add their name and practice forking, cloning, and submitting a pull request on an open source project.
The file you're looking at right now is called a markdown file (that's what the .md
stands for). It's a common for README
files to be added to the base of a project to give a summary or guide for how the software can be used and/or contributed to. Markdown is similar to HTML in that you can have links, images, bold text and other "markup".
Add whatever you like at the bottom of this file (don't delete somebody else's work!). Something like this:
---
Whatever you want between the lines!
# Big words
###### Little words
_italic!_
![descriptive text](image urls!)
[links!](link url)
---
When you're done, submit a PR back to this repo!
Now add yours!
const codeMd = () => {
console.log("does this look like code?")
}