Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
/ quiz-game Public archive

A CLI application that will allow you to take a JavaScript quiz.

License

Notifications You must be signed in to change notification settings

kentlouisetonino/quiz-game

Repository files navigation

Description

  • A CLI computer program that will allow you to take a JavaScript quiz.
  • The main technology stack are TypeScript and NodeJS.

test.mp4


Local Development

  • Pushing changes to all remote repository.
# Change permission mode and make it executable.
chmod +x git-push-all

# Push changes to all remote repository.
./git-push-all
  • Run the following commands.
git clone https://github.com/kentlouisetonino/quiz-game.git
yarn install
yarn start