@shauray03/portfolio
v1.0.1
Published
A CLI interactive portfolio
Downloads
2
Readme
Interactive Portfolio CLI
An interactive Command Line Interface (CLI) portfolio presentation built using Node.js and various libraries for enhanced user experience. This application allows users to navigate through different sections of a portfolio, including projects, education, skills, and relevant courses. Additionally, users can exit the application gracefully with a thank you message.
Features
- Animated welcome message
- User input for name personalization
- Interactive options to view different sections of the portfolio
- Spinner animations for loading feedback
- Graceful exit with a personalized thank you message
Libraries Used
- chalk: Terminal string styling
- inquirer: Interactive command line user interfaces
- gradient-string: Gradient color strings
- chalk-animation: Animations for terminal strings
- figlet: Create ASCII art from text
- nanospinner: Minimalistic terminal spinners
Getting Started
Prerequisites
- Node.js (version 14 or higher)
- npm (Node package manager)
Installation
Install the CLI globally using npm:
npm install -g @shauray03/portfolio