$ cat project_details.md
This Terminal-styled Portfolio Website is a showcase of my development skills and projects. It features a modern terminal aesthetic with interactive elements.
The site is built with Next.js and Tailwind CSS, featuring ANSI-style terminal links, command-line interfaces, and responsive design that works well on all devices.
You are currently viewing this project live at
virajshoor.com<virajshoor.com>
.$ cat features.json
{
"features": [
"Terminal-styled UI with command-line interactions",
"ANSI escape sequence-inspired hyperlinks",
"Interactive typing animations",
"Fully responsive design for all devices",
"Dark mode optimized interface",
"Terminal-command inspired navigation"
],
"technologies": [
"Next.js",
"React",
"TailwindCSS"
]
}$ cat development_log.txt
- Designed terminal UI concept and layout
- Built component structure with Next.js
- Created custom terminal link component with ANSI styling
- Implemented typing effects for command-line interactions
- Optimized for mobile and desktop viewports
- Deployed to virajshoor.com domain
View Live Site<virajshoor.com>
View Source<github.com/virajshoor/virajshoor-website>