Welcome to the Developer Portfolio repository! This project is a responsive and customizable portfolio website built using Vite. It allows Developers to showcase their work with easily editable text and image URLs on the frontend.
-
Customizable Text: Easily update and personalize text content on the website.
-
Image URL Editing: Change image URLs to display in your portfolio.
-
Responsive Design: Ensures a seamless viewing experience on various devices.
Follow these steps to set up and customize your Developer Portfolio:
- Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/mohan-246/Portfolio.git
cd Portfolio
- Install dependencies:
npm install
-
Edit Text and Image URLs:
- Open the
src
directory. - Update the
App.jsx
file to customize text content. - Update the
App.jsx
file to set your image URLs.
- Open the
-
Run the application:
npm run dev
Visit http://localhost:5173
in your browser to preview your customized portfolio.
-
Text Content:
- Edit the
App.jsx
file in thesrc
directory.
- Edit the
-
Image URLs:
- Edit the
App.jsx
file in thesrc
directory.
- Edit the
Deploy your portfolio using Vite's build command:
npm run build
The built files will be available in the dist
directory, ready for deployment.
We welcome contributions! To contribute to the Photographer Portfolio, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Make your changes and commit:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/your-feature-name
. - Submit a pull request.
If you encounter any issues or have suggestions, please open an issue. We appreciate your feedback!
Happy showcasing your Developer portfolio!