Here's the updated README.md
including react-hook-form
and the method to install it.
This is a personal portfolio website built with React and Vite. It showcases my projects, skills, and includes a contact page.
You can check out the live demo of the portfolio here.
- Portfolio page showcasing projects
- Contact form
- Responsive design
- Smooth scrolling
- Modern UI using Tailwind CSS
To get a local copy up and running follow these simple steps:
Make sure you have Node.js installed.
# Using HTTPS
git clone https://github.com/hellaanxiouss/My-Portfolio.git
# Using SSH
git clone git@github.com:hellaanxiouss/My-Portfolio.git
# Using GitHub CLI
gh repo clone hellaanxiouss/My-Portfolio
Navigate to the project directory and install the dependencies:
cd My-Portfolio
npm install
This will install the following packages:
npm install react react-dom
npm install vite
npm install -D tailwindcss
npm install react-router-dom
npm install react-icons --save
npm install react-type-animation
npm install react-hook-form
To start the development server, run:
npm run dev
This will start the Vite development server, and you can view the website at http://localhost:3000
.
Here is a brief overview of the project structure:
My-Portfolio/
├── src/
│ ├── assets/
│ │ └── data.js
│ ├── components/
│ │ └── header.jsx
│ ├── pages/
│ │ ├── about.jsx
│ │ ├── contact.jsx
│ │ ├── home.jsx
│ │ └── portfolio.jsx
│ ├── App.css
│ ├── App.jsx
│ ├── index.css
│ └── main.jsx
├── index.html
├── package-lock.json
├── package.json
├── postcss.config.js
├── README.md
├── tailwind.config.js
└── vite.config.js
Feel free to reach out if you have any questions or suggestions!
- Email: tirthp.1128@icloud.com
- LinkedIn: Tirth Dhedhi
- GitHub: hellaanxiouss
Distributed under the MIT License. See LICENSE
for more information.
Feel free to replace placeholder information such as the demo URL, contact details, and license information with your actual data.