File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build a **Todo List App _from scratch_** in **`JavaScript`**.
1414
1515
1616<a href="https://dwyl.github.io/javascript-todo-list-tutorial/ "
17- alt="Try the Demo on Heroku !">
17+ alt="Try the Demo on GitHub Pages !">
1818 <img src="https://user-images.githubusercontent.com/194400/45237254-10d5e980-b2d6-11e8-8281-b95452bde519.gif "
1919 alt="Step one: learn JavaScript!">
2020</a >
206206We will be using ** JSDOC** for documentation.
207207Please see [ our tutorial] ( https://github.com/dwyl/learn-jsdoc ) if this is new to you.
208208
209+ <br />
210+
209211#### Create Files
210212
213+ Create a ** ` new ` ** directory e.g: ` /todo-app `
214+ So that you can build the Todo List from scratch!
215+
211216In your editor/terminal create the following files:
212217
213218+ ` test/todo-app.test.js `
Original file line number Diff line number Diff line change 1- // Zero Dependencies Node.js HTTP Server for running static on Heroku
1+ // Zero Dependencies Node.js HTTP Server for running static on localhost
22var http = require ( 'http' ) ;
33var fs = require ( 'fs' ) ;
44var path = require ( 'path' ) ;
You can’t perform that action at this time.
0 commit comments