channayousif-simple-calculator
v1.1.1
Published
This is a simple CLI calculator for learning typescript
Downloads
2
Readme
Simple Command Line Calculator
Develop a simple command line calculator using TypeScipt, Node.js and Inquirer.
Create a GitHub repository for the project and submit its URL and NPX command in the project submission form. Please note that you will create a NPX command for your project and publish it on npm. After the NPX command is working you will announce it on Panaverse groups on Facebook, Discord, and Twitter.
You can develop CLI Games using Inquirer, Chalk, etc. All your class projects will be CLI based and should be deployed as an NPX command
Run the following command to experience a CLI game:
npx firequiz
Now review the source code for Firequiz game.
Submit your projects here
Hint: Review this project before starting
Watch the Videos to Learn how to do This Project
Video 1: TypeScript and Node.js Installation and Hello World