Inspiration

Local Hack Day inspired me to learn Node.js

What it does

It showcases some program implementations using Node.js

How we built it

  1. Outputting to the Console
  2. nano hello.js In the hello.js add - --- console.log("Hello World"); ---
  3. Running the program
  4. node hello.js
  5. Receiving User Input via Command Line Arguments
  6. nano arguments.js Add - --- console.log(process.argv); ---
  7. node arguments.js hello world

Challenges we ran into

Learning a new language is always intimidating!.

Accomplishments that we're proud of

I am proud of learning a new language.

What we learned

Node.js

What's next for Build with a starter Pack

Probably Flask!

Built With

Share this project:

Updates