Welcome to my personal portfolio!
You can check it out live at idarkq.dev 🚀
This project was built with Next.js and TailwindCSS, combining performance, scalability, and modern design.
- Sleek and responsive design powered by TailwindCSS
- Built with Next.js for fast rendering and routing
- Contact section with SMTP integration (optional)
- Easy setup with Yarn
Clone the repository and install dependencies:
yarn install
Run the development server:
yarn dev
Your app will be available at http://localhost:3000.
If you want the Contact section on the homepage to work, you’ll need to configure SMTP credentials.
Create a .env file in the root directory and add the following:
SMTP_HOST=your_smtp_host
SMTP_PORT=your_smtp_port
SMTP_USER=your_smtp_user
SMTP_PASS=your_smtp_password
- Next.js – React framework for production
- React – Component-based UI library
- Next.js API Routes – Built-in backend endpoints for serverless functions
- TypeScript – Strongly typed JavaScript for safer, scalable code
- TailwindCSS – Utility-first CSS framework
- CSS – Core styling language for the web
- React Hook Form (RHF) – Performant, flexible form management
- Vercel – Deployment and hosting platform optimized for Next.js
- Yarn – Dependency management
This project is open source and available under the MIT License.
✨ Thanks for checking out my portfolio! Feel free to fork, star ⭐, or reach out if you’d like to collaborate.