MyPortfolio is a professional showcase hosted on RohanTech.dev, highlighting skills, work experience, and projects.
- Hero: Features a headshot and introductory text.
- About: Includes a brief introduction and a detailed list of skills.
- Work Timeline: A comprehensive timeline showing my work experience.
- Projects: A showcase of personal projects.
- Next.js: A popular React framework used for building the user interface.
- TailwindCSS: A utility-first CSS framework for rapidly building custom designs.
- Vercel: Deployment platform providing CI/CD for the project.
To run the project locally, follow these steps:
- Clone the repository
- Install dependencies using
npm install
- Run the development server with
npm run dev
The website is deployed with Vercel. Continuous deployment ensures the live site is updated with each push to the main branch.