Course
summary


    0 chapters available

Loading...

Discover Node.js and move from frontend to backend

Difficulty: Junior ● Progress: 0 / 0 modules completed

Project: Create a CLI Tool

The goal of this project is simple: Create a command-line tool to generate fake data (json) to test your applications!

This will also be the perfect opportunity to practice using the native modules studied previously.

Here's how our tool will work:

  1. We ask the user a question in the terminal
  2. We call the randomuser.me api if the answer is positive

You need a free account to read this module