deepsingh132 / portfolio

This project is built using React and Vite to showcase my skills, projects, and experiences in the world of web development.

Home Page:https://mandeepsportfolio.vercel.app/

Repository from Github https://github.comdeepsingh132/portfolioRepository from Github https://github.comdeepsingh132/portfolio

My Portfolio GitHub deployments

Welcome to my portfolio website! This project is built using React and Vite to showcase my skills, projects, and experiences in the world of web development.

Table of Contents

Features

  • Responsive design for various screen sizes
  • React-based single-page application
  • Vite for fast and efficient development
  • Showcase of projects, skills, and an about section

Installation

  1. Clone the repository:

    git clone https://github.com/deepsingh132/portfolio.git
  2. Navigate to the project folder:

    cd portfolio
  3. Install the dependencies:

     npm install

Usage

  1. Run the development server:

    npm run dev
  2. Open http://localhost:3000 with your browser to see the result.

Technologies Used

Project Structure

.
├── public
├── src
│   ├── components
│   │   ├── Contact
│   │   ├── Cursor
│   │   ├── Hero
│   │   ├── Navbar
│   │   ├── Parallax
│   │   ├── Portfolio
│   │   ├── Services
│   │   ├── Sidebar
│   ├── app.scss
│   ├── App.tsx
│   ├── main.tsx
│   ├── vite-env.d.ts
├── .gitignore
├── index.html
├── package.json
|── package-lock.json
├── README.md
├── tsconfig.json
├── vite.config.ts

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT license.

About

This project is built using React and Vite to showcase my skills, projects, and experiences in the world of web development.

https://mandeepsportfolio.vercel.app/


Languages

Language:TypeScript 60.6%Language:SCSS 35.7%Language:JavaScript 1.9%Language:HTML 1.8%