A modern, responsive portfolio website built with React to showcase my projects, skills, and professional experience.
This portfolio website serves as a digital resume and project showcase featuring:
- Interactive UI with modern design
- Responsive layout for all devices
- Project showcase with descriptions and links
- Skills and technology expertise section
- Contact form and professional information
- Dark/light mode toggle
- React.js
- CSS3 / SCSS
- JavaScript (ES6+)
- Framer Motion for animations
- Vercel for deployment
The portfolio is deployed and live on Vercel: https://portfolio-website-ten-black-33.vercel.app/
- Responsive Design: Fully responsive across all device sizes
- Dark/Light Mode: Toggle between color themes with persistent user preference
- Interactive UI: Smooth animations and transitions using Framer Motion
- Project Showcase: Highlighting key projects with descriptions, tech stacks, and links
- Skills Section: Visual representation of technical proficiencies
- Contact Form: Integrated form for direct communication
- Social Links: Quick access to GitHub, LinkedIn, and Twitter profiles
-
Clone the repository:
git clone https://github.com/Turbash/portfolio-website.git cd portfolio-website -
Install dependencies:
npm install -
Start the development server:
npm start -
Build for production:
npm run build
src/
├── components/ # Reusable UI components
├── assets/ # Images, icons, and other static files
├── App.js # Main application component
└── index.js # Entry point
This portfolio is deployed using Vercel's continuous deployment pipeline. Any changes pushed to the main branch are automatically deployed to the live site.
- GitHub: https://github.com/Turbash
- LinkedIn: https://linkedin.com/in/turbash-negi
- Twitter: https://twitter.com/Rawatdeepi27862
This project was bootstrapped with Create React App.