Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anonymousknight07/wd201
- Owner: anonymousknight07
- Created: 2023-12-20T14:28:35.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-06T14:37:54.000Z (9 months ago)
- Last Synced: 2024-02-06T15:47:43.723Z (9 months ago)
- Language: JavaScript
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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