A personal portfolio website built with Next.js, designed to showcase projects, skills, and experience in a clean, modern UI.
- ⚡ Next.js 15+ (App Router) for fast, SEO-friendly pages
- 🎨 Styled with Tailwind CSS, Redix UI
- 📱 Fully responsive design
- 🌓 Dark/Light mode support
- 📂 Project showcase with live demo and GitHub links
- 📧 Contact form (powered by [nodemailer])
- Framework: Next.js
- Styling: Tailwind CSS, Radix UI
- Deployment: Vercel
- Other Tools: [code-editor, Framer Motion, TypeScript, ESLint, etc.]
- Clone the repo
git clone https://github.com/ourcodebase/experience-hub.git
cd experience-hub- Install dependencies
npm install
# or
yarn install- Run development server
npm run dev
# or
yarn devVisit http://localhost:3000 to view it in the browser.
- Build for production
npm run build
npm run startEasiest way:
Push your code to GitHub
Import the repo into Vercel
Deploy with one click 🚀
Add blog section
Improve animations with Framer Motion
Integrate CMS (Sanity/Contentful/Notion)
Contributions, issues, and feature requests are welcome! Feel free to fork the repo and submit a PR.
This project is licensed under the GPL-2.0 license.