I am excited to showcase my skills and projects as a web developer through this personal portfolio website. Here, you'll find information about my experience, past projects, and technical skills. I am passionate about creating responsive and user-friendly web applications that solve real-world problems. Please feel free to take a look around and get in touch if you have any questions or are interested in working together.
To run this project locally, you'll need to have Node.js and Git installed on your computer. Once you have those installed, follow these steps:
Note - this project made via vite + react so you have to first congfig Vite@react
- Clone the repository by running
git clone https://github.com/amanjaiman1/portfolio-v1
- Navigate to the project directory by running
cd portfolio-v1
- Install the project dependencies by running
npm install
- Start the development server by running
npm run dev
To use this project, simply navigate to the URL where it is hosted, which should be localhost:3000
if you're running it locally. From there, you can explore the website and interact with its various features.
## Features
-- Github Linkedin Resume - Links are attached to icons showing in left side of the website
If you would like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b new-feature
) - Make your changes and commit them (
git commit -am 'Add new feature'
) - Push your changes to your forked repository (
git push origin new-feature
) - Create a pull request and describe your changes
This project is licensed under the MIT License.