@abdul_waheed/guess-birthday
v1.0.0
Published
The Guess Birthday App is a command-line application that helps users determine their birthday based on a series of questions. It presents users with five sets of numbers, each representing a group of days in a month. Users simply answer whether their bir
Downloads
4
Readme
Guess Birthday App
Description
The Guess Birthday App is a command-line application that helps users determine their birthday based on a series of questions. It presents users with five sets of numbers, each representing a group of days in a month. Users simply answer whether their birthday falls in each set by entering 0 for No or 1 for Yes. Based on their answers, the app calculates and displays their birthday.
Features
- Simple and intuitive interface
- Provides an interactive way to guess birthdays
- Utilizes ASCII art for a visually appealing experience
- Written in TypeScript for robustness and maintainability
Technologies Used
- Node.js
- TypeScript
- Inquirer.js for interactive command-line prompts
- Chalk for styling the command-line output
- Figlet for creating ASCII art
Installation
- Clone the repository:
git clone https://github.com/Al-Balushi/guess-birthday-app.git
- Navigate to the project directory:
cd guess-birthday-app
- Install dependencies:
npm install
Usage
- Run the app:
npm start
- Follow the on-screen instructions to guess your birthday.
License
This project is licensed under the ISC License.
Acknowledgements
- This app was created as part of a learning project by Abdul Waheed.
- Special thanks to the developers of Inquirer.js, Chalk, and Figlet for their fantastic libraries.