A modern personal portfolio website for Durgesh Tiwari, built with Next.js and React.
It showcases profile details, skills, education, projects, and a contact form integrated with Firebase.
/README.md — project overview (this file)/portfolio — main Next.js application/portfolio/src/app — app routes and page UI/portfolio/src/components — reusable UI components/portfolio/src/data — project and filter data/portfolio/src/firebase — Firebase setup/img and /portfolio/public/img — static assetscd portfolio
npm install
npm run dev
Then open http://localhost:3000.
Run these commands from portfolio:
npm run dev — start development servernpm run build — create production buildnpm run start — start production servernpm run lint — run lint checksFirebase values are read from environment variables in the app. Configure your local environment before using contact submission features.
Durgesh Tiwari
GitHub: https://github.com/durg83034