Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 942 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 942 Bytes

Responsive Portfolio Website

This is a portfolio website created using JavaScript, HTML, and CSS. Live Demo: https://prasadlakhara.github.io/portfolio-template/

Steps to Clone and Customize

  1. Clone the Repository Clone this website repository from GitHub:

    git clone <repository_url>
  2. Update Data Modify the data in the constants file to reflect your personal details. And need to change in html files

  3. Run Locally Serve the project locally and check if all changes are reflected:

    # For example, using Python's HTTP server
    python -m http.server

    Open your browser and navigate to http://localhost:8000.

  4. Host Your Website Use hosting platforms like Netlify, Vercel, or GitHub Pages to deploy and host your website.


Enjoy showcasing your personalized portfolio!