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.
- 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
-
Clone the repository:
git clone https://github.com/deepsingh132/portfolio.git
-
Navigate to the project folder:
cd portfolio -
Install the dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
- React: https://reactjs.org/
- Vite: https://vitejs.dev/
.
├── 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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT license.