Skip to content

sanaro99/SanchitArora

Repository files navigation

Sanchit Arora – Portfolio Website

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.


📢 Attribution

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.


🛠️ Tech Stack

📁 Project Structure

├── 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
└── ...

🖥️ Getting Started

  1. Clone the repository:
    git clone https://github.com/sanaro99/SanchitArora.git
    cd SanchitArora
  2. Install dependencies:
    npm install
    # or
    yarn install
  3. Run the development server:
    npm run dev
    # or
    yarn dev
  4. Open in your browser: Visit http://localhost:3000 to view your portfolio.

📝 Customization

  • 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.

📦 Deployment

You can deploy this site on Vercel, Netlify, or any platform that supports Next.js.


Sanchit Arora
Portfolio
LinkedIn
GitHub

About

Portfolio website developed using Next.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published