This is the personal portfolio website of Sanchit Arora, built with Next.js, React, and TypeScript. It showcases my professional journey, skills, projects, achievements, and continuous learning through online courses.
Note: This portfolio is primarily based on the open-source project dillionverma/portfolio. Most of the code and structure are adapted from that repository, with customizations made for my own content and preferences.
- Next.js
- React
- TypeScript
- Tailwind CSS
- Framer Motion (for animations)
├── src/
│ ├── app/ # Main pages and routing
│ ├── components/ # UI components (cards, badges, etc.)
│ ├── data/ # Profile data (resume, projects, etc.)
│ └── ...
├── public/ # Static assets (images, icons)
├── README.md
└── ...
- Clone the repository:
git clone https://github.com/sanaro99/SanchitArora.git cd SanchitArora - Install dependencies:
npm install # or yarn install - Run the development server:
npm run dev # or yarn dev - Open in your browser: Visit http://localhost:3000 to view your portfolio.
- Update your personal and professional information in
src/data/resume.tsx. - Add or update images in the
public/directory. - Customize components in
src/components/for further personalization.
You can deploy this site on Vercel, Netlify, or any platform that supports Next.js.