Skip to content

Personal site

Notifications You must be signed in to change notification settings

bshaurya/shaurya.studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 24, 2025
4e9d9bc · · Jul 24, 2025

History

4 Commits
Jul 15, 2025
Jul 24, 2025
Jul 15, 2025
Jul 24, 2025
Jul 15, 2025
Jul 15, 2025
Jul 15, 2025
Jul 24, 2025
Jul 24, 2025
Jul 15, 2025
Jul 15, 2025
Jul 15, 2025
Jul 15, 2025
Jul 15, 2025
Jul 15, 2025

Repository files navigation

shaurya.studio

Overview

This project is my personal portfolio website designed to mimic a terminal interface. Visitors can interact with the site using familiar command-line commands to navigate through content.

Features

Features include:

  • Interactive Terminal
  • Command History
  • Tab Completion
  • Custom Commands
  • Visual Effects
  • Mobile Responsive

Available Commands

  • ls - List directory contents
  • cd - Change directory
  • cat - Display file contents
  • help - Show available commands
  • clear - Clear the terminal
  • whoami - Display user info
  • figlet - Display ASCII art text
  • theme - Change color theme
  • snake - Play snake game
  • chat - Schedule a coffee chat
  • ...and many more!

Technologies Used

  • React
  • TypeScript
  • Tailwind CSS
  • Vite

Getting Started

Prerequisites

  • Node.js (v14+)
  • npm or yarn

Installation

  1. Clone the repository

    git clone https://github.com/bshaurya/shaurya.studio.git
    cd website
    
    
  2. Install dependencies

    npm install
    
    
  3. Start the development server

    npm run dev
    
    
  4. Open your browser to http://localhost:8000

Deployment

This site is deployed using Vercel.

Releases

No releases published

Packages

No packages published

Languages