A simple CLI Portfolio built with TypeScript and Vite

This project is a command-line interface (CLI) styled portfolio website. It showcases various commands that display information about the developer, projects, work experience, and more.
- CLI styled interface
- Display ASCII art banner
- View resume and projects
- Display education and work experience
- Interactive commands
To get started with this project, clone the repository and install the dependencies:
git clone https://github.com/AravCodes/PORTFOLIO.git
cd PORTFOLIO
npm installTo run the project locally, use the following command:
npm run devThis will start a development server and you can view the portfolio at http://localhost:3000.
Here are some of the available commands:
about: Who made this website?projects: Maybe there's something interesting.whoami: A perplexing question.repo: View the GitHub repository.banner: Display the banner.resume: View my resume.clear: Clear the terminal.edu: My Qualifications.work: My Work Experience.
To deploy the project to GitHub Pages, use the following commands:
npm run predeploy
npm run deployThe project will be deployed to Github Pages.
This project is licensed under the MIT License. See the LICENSE file for more details.