This repository contains the source code for my personal portfolio website, showcasing my projects, experiments, and skills as a 3D Web Developer.
- Responsive Design: Looks great on both desktop and mobile devices
- Interactive Project Showcase: Featuring a card-style image carousel for each project
- Separate Sections for Projects and Experiments: Organized display of professional projects and personal experiments
- Fullscreen Image Preview: Allow visitors to view project images in detail
- Smooth Scrolling and Animations: Enhanced user experience with scroll reveal effects
- Contact Information: Easy ways for potential employers or collaborators to reach out
- React.js
- Vite (for fast build tooling)
- Framer Motion (for animations)
- Swiper.js (for image carousels)
- SCSS (for styling)
To get a local copy up and running, follow these simple steps:
-
Clone the repository
git clone https://github.com/atul-mourya/personal-portfolio.git
-
Navigate to the project directory
cd personal-portfolio
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open
http://localhost:5173/
in your browser to view the website
portfolio-website/
│
├── src/
│ ├── assets/ # Images and other static files
│ ├── components/ # React components
│ ├── styles/ # SCSS files
│ ├── data/ # Project and experiment data
│ └── App.jsx # Main React component
│
├── index.html # HTML template
├── vite.config.js # Vite configuration
└── package.json # Project dependencies and scripts
To customize this portfolio for your own use:
- Update the project data in
src/data/projects-list.js
with your own projects and experiments. - Replace images in the
src/assets/
directory with your own project screenshots and profile picture. - Modify the content in components like
Hero.jsx
,About.jsx
, andContact.jsx
to reflect your personal information. - Adjust the styling in the SCSS files to match your preferred color scheme and layout.
Contributions, issues, and feature requests are welcome! Feel free to check issues page if you want to contribute.
This project is MIT licensed.
Atul Mourya - atul.mourya@gmail.com
Project Link: https://github.com/atul-mourya/portfolio-website
Thank you for checking out my portfolio project! I hope you find it interesting and useful. If you have any questions or feedback, please don't hesitate to reach out.