Skip to content

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portfolio

A personal portfolio website built using raw HTML, CSS, and JavaScript that showcases skills, projects, education, and experience in an interactive way.

Medium

  • Developed during my college days as a part of learning web-development.

See It Live

here

notes:

Opening index.html directly in a browser won't work properly because:

  1. Modern browsers block local file access due to security restrictions (CORS policy)
  2. Features like loading the footer component require proper HTTP protocol

Using a local server (like http-server or Python's server) serves files over HTTP protocol, which:

  • Prevents CORS issues
  • Allows JavaScript to fetch local resources
  • and better simulates the production environment
http-server to run on local

# Install http-server globally
npm install -g http-server

# Start the server
http-server -p 8080

# Then open in your browser
http://localhost:8080

About

personal portfolio showcase

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages