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 include:
- Interactive Terminal
- Command History
- Tab Completion
- Custom Commands
- Visual Effects
- Mobile Responsive
ls- List directory contentscd- Change directorycat- Display file contentshelp- Show available commandsclear- Clear the terminalwhoami- Display user infofiglet- Display ASCII art texttheme- Change color themesnake- Play snake gamechat- Schedule a coffee chat- ...and many more!
- React
- TypeScript
- Tailwind CSS
- Vite
- Node.js (v14+)
- npm or yarn
-
Clone the repository
git clone https://github.com/bshaurya/shaurya.studio.git cd website -
Install dependencies
npm install -
Start the development server
npm run dev -
Open your browser to
http://localhost:8000
This site is deployed using Vercel.