1.0.4 • Published 6 months ago

paulaneesh7 v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

paulaneesh7

A beautiful terminal-based portfolio that displays information about Aneesh Paul right in your terminal!

šŸš€ Quick Start

Run this command to view my portfolio (no installation needed):

npx paulaneesh7

Note: Using npx is recommended as it runs the portfolio instantly without installing anything on your system!

✨ Features

  • šŸ“± Interactive CLI interface
  • šŸŽØ Beautiful terminal styling
  • šŸ”— Quick access to projects and social links
  • šŸ“‚ Project showcase
  • šŸ“§ Easy contact options

šŸ› ļø Project Structure

terminal-portfolio/
ā”œā”€ā”€ bin/
│   └── index.js          # Main entry point
ā”œā”€ā”€ src/
│   ā”œā”€ā”€ data/
│   │   ā”œā”€ā”€ links.js      # Social and contact links
│   │   └── projects.js   # Project information
│   ā”œā”€ā”€ menus/
│   │   ā”œā”€ā”€ mainMenu.js   # Main menu interface
│   │   └── projectsMenu.js # Projects submenu
│   └── utils/
│       └── display.js    # Display utilities
ā”œā”€ā”€ package.json
└── README.md

šŸ”§ Development

  1. Clone the repository:
git clone https://github.com/paulaneesh7/terminal-portfolio.git
cd terminal-portfolio
  1. Install dependencies:
npm install
  1. Run locally:
npm start

šŸ“ License

MIT

šŸ‘Øā€šŸ’» Author

Aneesh Paul

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago