https://github.com/sunjay-dev/portfolio-website
Portfolio Website created using Next.js and Tailwind CSS
https://github.com/sunjay-dev/portfolio-website
iconify mern-stack nodejs reactjs resend tailwindcss
Last synced: about 18 hours ago
JSON representation
Portfolio Website created using Next.js and Tailwind CSS
- Host: GitHub
- URL: https://github.com/sunjay-dev/portfolio-website
- Owner: sunjay-dev
- Created: 2025-05-24T16:25:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-01-30T14:45:00.000Z (3 months ago)
- Last Synced: 2026-01-31T00:17:08.696Z (3 months ago)
- Topics: iconify, mern-stack, nodejs, reactjs, resend, tailwindcss
- Language: TypeScript
- Homepage: https://sunjay.xyz
- Size: 4.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sunjay Kumar – Personal Portfolio
This is my personal developer portfolio website built using **Next JS**. It showcases my projects, skills, and experience as a full-stack software engineer.
## Tech Stack USED IN WEBSITE
     [](https://iconify.design)
## Features
- Auto fetches new projects from GitHub
- Responsive design
- Clean UI built with Tailwind CSS
- simple Animations
- Dark mode ready
- Icons powered by [Iconify](https://iconify.design) — browse thousands of icons at [icon sets](https://icon.ly)
## Deployment (Run It Yourself)
To run this portfolio locally:
> To update portfolio content (like your name, skills, projects, etc.), edit the files inside the `src/data/` folder.
### `.env`
Create a `.env` file :
```env
SENDER_EMAIL=your-sender-email@example.com
RECEIVING_EMAIL=your-receiving-email@example.com
RESEND_EMAIL_API_KEY=your-resend-api-key
```
### Running Locally
1. **Clone the repository**
```bash
git clone https://github.com/sunjay-dev/Portfolio-website.git
cd Portfolio-website
```
2. **Install dependencies**
```bash
pnpm install
```
3. **Run Project**
```bash
pnpm run dev
```
Your portfolio should now be live at: `http://localhost:3000`
---
## Goals
- Apply Dark Theme to components (6/6 done)
- Migrate the website to React.js (100% done)
- Explore and implement Next.js
- Add 3d Feature using Three.js
## License
This project is open-source and available under the MIT License.