This project demonstrates basic Object-Oriented
Programming (OOP) concepts in TypeScript.
- The Main class directs the program's flow, utilizing the inquirer library to interact with the user.
- The Person class serves as the fundamental
component, containing attributes and methods to
handle functionalities related to personality.
- The Student class extends the Person class,
introducing additional functionalities tailored
for handling student-specific data.
~ Chalk
~ Inquirer
~ Chalk Animation
~ Boxen
Contributions are welcome! If you have any
suggestions, bug reports, or feature requests.