are-you-a-coder-cli
v1.0.2
Published
A fun and interactive CLI quiz game to test your coding knowledge. Answer the questions correctly to prove that you are a coder!
Downloads
4
Readme
Do You Know How to Code?
A fun and interactive CLI quiz game to test your coding knowledge. Answer the questions correctly to prove that you are a coder!
Features
- Interactive CLI quiz game
- Colorful and animated text using
chalk
,gradient-string
, andchalk-animation
- Includes questions on front-end, back-end, SQL, and SOLID principles
- Instant feedback on answers with a spinner animation
Usage
You can run the quiz using either of the following methods:
Using NPX
You can run it directly with npx:
npx [email protected]
Installation
To install and run this CLI tool, you need to have Node.js and npm installed on your machine. Then follow these steps:
Clone the repository:
git clone https://github.com/yourusername/do-you-know-how-to-code.git
Navigate to the project directory:
cd do-you-know-how-to-code
Install the dependencies:
npm install
Start application
node .
Contributing
If you would like to contribute to this project, please follow these steps:
Fork the repository.
Create a new branch:
git checkout -b feature-branch
Make your changes and commit them:
git commit -m 'Add new feature'
Push to the branch:
git push origin feature-branch
Create a new Pull Request.
License This project is licensed under the MIT License. See the LICENSE file for more details.