Skip to content

hfdikado/dikado.dev

Repository files navigation

dikado.dev

Personal CV website showcasing my work as a Senior Software Engineer with 10+ years of experience in backend development, payments systems, and AI-powered workflows.

Tech Stack

  • Next.js 14 (App Router, Static Export)
  • Material-UI v5
  • TypeScript

Getting Started

npm install
npm run dev

Open http://localhost:3000

Build

npm run build

Creates a static export in the out/ directory, ready for deployment.

Project Structure

├── app/           # Next.js App Router (layout, page, styles)
├── components/    # React components (Hero, About, Experience, etc.)
├── data/          # Content as TypeScript exports
├── theme/         # MUI theme configuration
└── public/        # Static assets

Customization

All content is data-driven. Edit files in data/ to update:

  • profile.ts – Personal info, summary
  • experience.ts – Work history
  • skills.ts – Technical skills
  • education.ts – Academic background
  • projects.ts – Personal projects
  • services.ts – Consulting offerings

Deployment

Deploy to Vercel for free:

  1. Push to GitHub
  2. Import repository on Vercel
  3. Deploy

License

MIT

Contact

About

Personal CV website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages