A retro terminal-style portfolio website showcasing my projects and technical expertise.
- Framework: Next.js 15
- Language: TypeScript
- Styling: Tailwind CSS
- UI/UX: Custom terminal-inspired interface
- 🖥️ Interactive command line interface
- 🎨 Multiple color themes (green, amber, blue)
- 🚀 ASCII art animations
- 📱 Responsive design
- 📝 Integration with Medium blog feed
- 🎵 Sound effects and interactions
- ESLint for code linting
- Prettier for code formatting
- Vercel Analytics for usage tracking
- TypeScript for type safety
# Clone the repository
git clone https://github.com/dmostoller/portfolio
# Install dependencies
npm install
# Start development server
npm run dev
The site will be available at http://localhost:3000
Try these commands in the terminal interface:
- help - Show available commands
- theme [color] - Change terminal theme
- dir - List projects
- cd [page] - Navigate to different sections
- matrix - Trigger Matrix animation
Visit davidmostoller.com to see the site in action.
Feel free to reach out through any of the social links on the site!
This project is open source and available under the MIT License.