This is my personal portfolio website, built with Next.js, Tailwind CSS, and TypeScript. It showcases my projects, skills, and experience.
This portfolio is a central hub for my professional and personal work. It's designed to give visitors a comprehensive overview of my capabilities as a software developer. The website is built with modern web technologies, focusing on performance, user experience, and a clean, modern aesthetic.
- Project Showcase: Detailed pages for each project, including descriptions, technologies used, and links to the code and live demos.
- About Me: A dedicated section to learn more about my background, skills, and experience.
- Contact Information: Easy access to my contact details and social media profiles.
- Responsive Design: The website is fully responsive, providing an optimal viewing experience across all devices.
- Next.js: A React framework for building server-side rendered and statically generated web applications.
- TypeScript: A typed superset of JavaScript that enhances code quality and developer productivity.
- Tailwind CSS: A utility-first CSS framework for creating custom designs without writing traditional CSS.
- Vercel: The website is deployed on Vercel, a platform for hosting and scaling Next.js applications.
To get a local copy up and running, follow these simple steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/DakshSingh-GitHub/Portfolio.git
- Install NPM packages
npm install
- Run the development server
npm run dev
Open http://localhost:3000 with your browser to see the result.
Distributed under the MIT License. See LICENSE for more information.