This is the personal portfolio website of Harshith Patil, a passionate Software Engineer and Graduate Student at Northeastern University. This site showcases my projects, skills, experience, and education, serving as a comprehensive snapshot of my professional journey.
- Responsive Design: Crafted with Sass and media queries to ensure an optimal experience on any device.
- Project Case Studies: Detailed pages for projects such as BudgetBuddy, Bloggity Blog, Automated Market Forecasting & Trading System, Automatic Number Plate Recognition, Healthz, and Movie Recommendation System.
- About Section: A comprehensive section outlining my background, skills, and education.
- Contact Form: Integrated with Netlify Forms for hassle-free form submissions.
- Modern Aesthetic: Clean, professional design with a consistent color scheme and typography.
git clone https://github.com/harshithptl/devPortfolio.git
cd devPortfolio
# Remove current origin repository
git remote remove origin npm install
# Build the CSS:
npm run build:scss
#Listen to any changes in scss files
npm run watch:scssOpen the index.html file in your browser or deploy the site via GitHub Pages, Netlify, or your preferred hosting service.
Update the HTML files in the root and within the projects directory to reflect your personal information and project details.
Modify the SCSS files located in the sass/ directory to tweak the design, color scheme, and layout as desired.
The contact form is configured to use Netlify Forms. Ensure your Netlify account is set up to capture submissions and send notifications.
This portfolio is built on the Dopefolio template originally created by Ram Maheshwari.
Check out his original work at https://github.com/rammcodes/Dopefolio.
This project is licensed under the GPL-3.0 License.