Skip to content

Adarsh261206/Portfolio-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Frontend

This is the frontend for your portfolio website.

How to Deploy on Netlify

  1. Push these files (index.html, style.css, script.js) to a new GitHub repository.
  2. Go to Netlify and create a new site from Git.
  3. Connect your GitHub repo.
  4. Set build settings:
    • Build command: (leave blank)
    • Publish directory: / (root)
  5. Deploy!

IMPORTANT: Update Backend URL

After deploying your backend (e.g., on Render), update the fetch URL in script.js:

fetch('https://your-backend.onrender.com/contact', { ... })

Replace with your actual backend URL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published