CLIportfolio

šŸš€ CLI Portfolio

To access the demo you can go to either

Video Demo

An interactive command-line portfolio application built with Go, featuring a Wikipedia CLI tool and personal portfolio interface accessible via SSH.

šŸ“‹ Features

šŸŽÆ Interactive Portfolio CLI

šŸ“š Wikipedia CLI Tool

šŸ› ļø Tech Stack

šŸš€ Quick Start

Prerequisites

Installation

  1. Clone the repository
    git clone https://github.com/ItsHotdogFred/CLIportfolio.git
    cd CLIportfolio
    
  2. Install dependencies
    # For the main portfolio
    cd Portfolio
    go mod tidy
       
    # For the Wikipedia CLI
    cd ../WikipediaCLI
    go mod tidy
    
  3. Run the Portfolio CLI
    cd Portfolio
    go run main.go
    
  4. Run the Wikipedia CLI
    cd WikipediaCLI
    go run main.go
    

šŸ”Œ SSH Access

Portfolio CLI

ssh localhost -p 2222

Wikipedia CLI

ssh localhost -p 234

šŸ“– Usage

Portfolio CLI Navigation

Wikipedia CLI

šŸŽ® About the Developer

I’m a passionate developer who loves creating games using GDScript in the Godot Game Engine. I enjoy building custom systems that make life easier and have released several games on itch.io.

šŸŽÆ Current Projects

šŸŽØ Games Portfolio

šŸ“ Project Structure

CLIportfolio/
ā”œā”€ā”€ Portfolio/              # Main portfolio CLI application
│   ā”œā”€ā”€ main.go            # Portfolio server and TUI
│   ā”œā”€ā”€ bio.txt            # Personal bio
│   ā”œā”€ā”€ contact.txt        # Contact information  
│   ā”œā”€ā”€ go.mod             # Go dependencies
│   └── Projects/          # Project descriptions
│       ā”œā”€ā”€ jumpstart-gameidea.md
│       └── Pixelator.md
ā”œā”€ā”€ WikipediaCLI/          # Wikipedia search tool
│   ā”œā”€ā”€ main.go            # Wikipedia CLI application
│   └── go.mod             # Go dependencies
└── README.md              # This file

šŸ¤ Contributing

Contributions are welcome! Feel free to:

šŸ“ž Contact

šŸ“„ License

This project is open source and available under the MIT License.

šŸ™ Acknowledgments


Built with ā¤ļø using Go and Bubble Tea