Skip to content

appsplash99/js-cli-2-SO-YOU-THINK-YOU-KNOW-JS

Repository files navigation


Logo

So You Think You Know JS?

An awesome CLI App made with Javascript Logo and ❤️.
🚀 Play It Here

Table of Contents
  1. About The Project
  2. Read the Walkthrough
  3. Contact

About The Project

appsplash99  Blog

So You Think You Know JS? is a Fun Quiz made with JavaScript to test your knowledge of JavaScript.

😄 I made this Quiz is based on the exercises of a popular book - " You Don't Know JS ". Here's the link to supplement your knowledge on the subject.

Built With

This CLI App is built on repl.it and hosted on netlify. But if you want to run this locally on your system, you need the following requirements up and running in your system.

  • npm - An amazing package manager for the JavaScript programming language.

    npm install npm@latest -g
  • chalk - An npm package, to make your cli look pretty.

    npm i chalk
  • readline-sync - Another npm package which is Synchronous Readline for interactively running to have a conversation with the user via the console.

    npm i readline-sync

Connect

appsplash99  Blog twitter appsplash99 linkedin appsplash99

Releases

No releases published

Packages

No packages published