Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anonymousknight07/wd201

All the codes for WD 201
https://github.com/anonymousknight07/wd201

Last synced: about 10 hours ago
JSON representation

All the codes for WD 201

Awesome Lists containing this project

README

        

# WD 201
#### To complete this level: Share the URL for the wd201 repository that you pushed to GitHub earlier in this level.

##### It should look something like this: https://github.com/USERNAME/wd201

##### Requirements
Your repository must contain a hello-world folder.
The hello-world folder must contain an index.js file.
Running node index.js from the hello-world folder should print Hello GitHub!
Repo structure
At this point in the course, this is how your repo should be structured:

.
├── hello-world
│ ├── index.js
│ └── package.json
└── .gitignore