Quest Log is my personal portfolio, a place where I document my journey as a developer, showcase projects, experiment with ideas and keep track of everything I build along the way.
Ihe portfolio treats every project, experiment and lesson as another quest completed on my journey through software engineering and life.
Portfolio: https://quest-log-krishitha.vercel.app/
- Interactive terminal-inspired landing page
- Real-time notification center
- Project showcase with detailed descriptions
- Developer journal documenting experiments and learning
- About page highlighting my journey and interests
- Contact form with email integration
- Smooth animations and micro-interactions
- Dark, minimalist aesthetic inspired by terminals and RPG interfaces
- Next.js 15
- React
- TypeScript
- Tailwind CSS
- Framer Motion
- React Icons
- Nodemailer
- Vercel
quest-log/
├── public/
│ └── assets
│
├── src/
│ ├── app/
│ │ ├── about/
│ │ ├── api/
│ │ ├── contact/
│ │ ├── journal/
│ │ ├── projects/
│ │ ├── favicon.ico
│ │ ├── globals.css
│ │ ├── layout.tsx
│ │ └── page.tsx
│ │
│ └── components/
│ ├── ContactForm.tsx
│ ├── Footer.tsx
│ ├── NavBar.tsx
│ ├── NotificationCenter.tsx
│ ├── PageHeader.tsx
│ └── Terminal.tsx
│
├── package.json
├── tsconfig.json
└── README.md
Clone the repository
git clone https://github.com/krista9669/quest-log.gitMove into the project
cd quest-logInstall dependencies
npm installRun the development server
npm run devOpen
http://localhost:3000
- Improve responsiveness across all screen sizes
- Add project case studies
- Include project screenshots
- Introduce accessibility improvements
- Optimize performance
- Continue documenting new projects and experiments
- Fully responsive layout
- Rich project case studies
- Better mobile experience
- Accessibility enhancements
- Performance optimizations
- Interactive developer timeline
- Achievement system
- Dynamic statistics dashboard
- Searchable journal
- Theme customization
- More experiments and side quests
- Portfolio: https://quest-log-krishitha.vercel.app/
- GitHub: https://github.com/krista9669
- LinkedIn: https://linkedin.com/in/krishitha-k
Made with curiosity, coffee and countless late-night debugging sessions.