Hello! 👋 Welcome to my personal portfolio repository. This site is a showcase of my skills, projects, and passion for creating impactful web experiences.
Check out some of my favorite projects on the site. I'm always adding new work, so be sure to take a look around!
- VeriWrite: A full-stack plagiarism detection platform that leverages advanced hashing algorithms and multi-format text extraction to provide fast, highly accurate content similarity analysis.
- Auto-Answer Grader: An intelligent web application that automates the grading of subjective answers using AI. It employs Natural Language Processing (NLP) to perform semantic analysis and delivers objective scores and personalized feedback.
- ChefMate: An AI-powered cooking assistant that generates personalized recipes in real-time. It uses natural language inputs to consider dietary restrictions, regional cuisines, and available ingredients, providing a truly customized culinary experience.
This portfolio is built with a modern and robust tech stack, demonstrating my proficiency in these key technologies:
- React: A powerful library for building dynamic and responsive user interfaces.
- TypeScript: Ensures code quality and maintainability with static typing.
- Tailwind CSS: Speeds up UI development with a utility-first CSS framework.
- Vite: Provides a blazing-fast development environment and optimized builds.
- shadcn-ui: Utilizes beautifully designed, accessible UI components.
Want to see how it works under the hood? You can clone and run this project in a few simple steps.
-
Clone the repository:
git clone https://github.com/Sid-CodeX/sidharth-portfolio.git cd sidharth-portfolio
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
Your portfolio will be running at
http://localhost:5173
.