https://github.com/sunjay-dev/portfolio-website
Portfolio Website created using React and Tailwind CSS
https://github.com/sunjay-dev/portfolio-website
iconify mern-stack nodejs reactjs resend tailwindcss
Last synced: 29 days ago
JSON representation
Portfolio Website created using React and Tailwind CSS
- Host: GitHub
- URL: https://github.com/sunjay-dev/portfolio-website
- Owner: sunjay-dev
- Created: 2025-05-24T16:25:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T07:09:08.000Z (3 months ago)
- Last Synced: 2025-06-27T07:46:13.660Z (3 months ago)
- Topics: iconify, mern-stack, nodejs, reactjs, resend, tailwindcss
- Language: TypeScript
- Homepage: https://sunjay.xyz
- Size: 4.2 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 **REACT JS**, **Tailwind CSS**, and **NODE JS**. It showcases my projects, skills, and experience as a full-stack software engineer.
## 🛠 Tech Stack USED IN WEBSITE






## 🚀 Features
- Responsive design (mobile-first)
- Clean UI built with Tailwind CSS
- simple Animations
- Home,About me, skills, projects , and contact section
- Dark mode ready
- Hosted on Vercel## 📦 Deployment (Run It Yourself)
To run this portfolio locally:
### 🔐 Frontend `.env`
Create a `.env` file inside the `frontend/` folder:
```env
VITE_BACKEND_EMAIL_URL=http://localhost:3000/api/email
VITE_GITHUB_USERNAME=your-github-username
```> ✏️ To update portfolio content (like your name, skills, projects, etc.), edit the files inside the `frontend/src/data/` folder.
### 🔐 Backend `.env`
Create a `.env` file inside the `backend/` folder:
```env
PORT=3000
SENDER_EMAIL=your-sender-email@example.com
RECIVING_EMAIL=your-receiving-email@example.com
RESEND_EMAIL_API_KEY=your-resend-api-key
FRONT_END_URL=http://localhost:5173
```### ▶️ Running Locally
1. **Clone the repository**
```bash
git clone https://github.com/sunjay-dev/Portfolio-website.git
cd Portfolio-website
```2. **Install dependencies**
* For frontend:
```bash
cd Frontend
npm install
```* For backend:
```bash
cd backend
npm install
```3. **Run backend**
```bash
npm run dev
```4. **Run frontend**
```bash
cd ../frontend
npm run dev
```Your portfolio should now be live at: `http://localhost:5173`
---
## 🎯 Goals
-Apply Dark Theme to components (6/6 done)
-Migrate the website to React.js (100% done)
- Add 3d Feature using Three.js
- Explore and implement Remix.run## 📜 License
This project is open-source and available under the MIT License.