Code Monkey home page Code Monkey logo

checkpoint-node.js's Introduction

1- In this task 1, you will:

◊Create a file named hello-world.js
◊Write a program to print "HELLO WORLD" to the console

2- In this task 2, you will:

◊create a server  
◊Write a program that runs on port 3000 and responds with  '<h1>Hello Node!!!!</h1>\n' when someone reaches http://localhost:3000

3- In this task 3, you will:

◊First, require the file system to create a file named "welcome.txt" containing one line "Hello Node".
◊Second, create a program that reads and console.log data from hello.txt

4- In this task 4, you will:

◊Create a file named "password-generator"  
(use npm install generate-password : (https://www.npmjs.com/package/generate-password)

◊Create a function that generates random passwords and console.log() that password.

5- In this task 5, you will:

◊create a file named email-sender  
◊npm install nodemailer (https://www.w3schools.com/nodejs/nodejs_email.asp)

Try to send your self email using this ◊ps: Don't forget to delete your personal information before uploading it to GitHub :)

checkpoint-node.js's People

Contributors

cfcool100 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.