This is my personal portfolio website where I share my work experience, projects, and skills as a software engineer and data scientist.
If you want to run this project on your machine, follow these steps:
Clone the repository and install dependencies:
npm installYou can also use yarn if that's what you prefer:
yarnStart the development server:
npm startThis will launch the site in your browser at http://localhost:3000.
To create an optimized production build:
npm run buildThis command generates static files in the build directory that can be deployed to any web hosting platform.
Main colors used:
| Color | Hex Code |
|---|---|
| Slate | #4a4236 |
| Light Slate | #665c4f |
| Lightest Slate | #7d7266 |
| Accent (Purple) | #533483 |
The portfolio includes several sections:
- Responsive design that works across all devices
- Smooth animations and page transitions
- Interactive project showcase with carousel
- Detailed work experience timeline
- Comprehensive skills overview
- Educational background
- Downloadable resume
Visit the live site at dirghaj.com
Thanks for checking out my portfolio. Feel free to explore the code or reach out if you have questions.