Welcome! This is the official repository for my personal portfolio website. Think of it as my digital playground where I bring ideas to life with code.
Dhanyavaad for stopping by! This portfolio is more than just a list of projects; it's a reflection of my journey into the world of Data, AI/ML, and Software Engineering. I've built it from scratch to showcase my skills in creating clean, efficient, and visually appealing web applications.
I hope you have a great time exploring. Chalo, shuru karte hain! (Let's get started!)
This project is built with modern and robust technologies to ensure a seamless experience:
- Framework: React.js
- Language: TypeScript
- Styling: Tailwind CSS
- Deployment: Netlify
For any recruiter or curious developer wanting to peek under the hood, here’s a quick guide to the structure. I've organized components logically to keep the codebase clean and maintainable.
/
├── components/
│ ├── Hero.tsx
│ ├── Projects.tsx
│ ├── Skills.tsx
│ ├── Contact.tsx
│ ├── Footer.tsx
│ └── ... (and other UI components)
│
├── public/
│ ├── favicon_io/
│ ├── resume 01.pdf
│ └── updated003.png
│
├── src/
│ ├── App.tsx // Main application component that assembles all sections
│ └── index.tsx // The entry point of the application
│
├── .gitignore
├── package.json
└── README.md
This structure helps in keeping the code organized and scalable. I believe in writing code that is not just functional but also easy to read and maintain. Ekdum mast! (Absolutely great!)
Want to run this on your own machine? Just follow these simple steps.
-
Clone the repository:
git clone (https://github.com/ProblemShooter/personal-website.git)
-
Navigate to the project directory:
cd your-repo-name -
Install the dependencies:
npm install
-
Start the development server:
npm start
And that's it! The application should now be running on
localhost:3000.
I'm always open to connecting with fellow developers, recruiters, and tech enthusiasts. Feel free to reach out!
- LinkedIn: [https://www.linkedin.com/in/aaditya-jauhari/]
- Email: [aadityajauhari01@gmail.com]
Thanks again for visiting. Hope you liked what you saw!