A responsive personal portfolio website showcasing my front-end development skills and projects.
- Cal.com integration for automated meeting scheduling
- Responsive design that works across all devices
- Theme switcher with 4 different color schemes (Blue, Light, Green, Purple)
- Persistent theme selection using localStorage
- Project showcase section
- Skills & Technologies section
- HTML5
- CSS3
- JavaScript (Vanilla)
- Local Storage API
- Cal.com API
- Clone the repository:
git clone https://github.com/1JW1/Portfolio.git- Navigate to the project directory and run the local server:
cd Portfolio && npx serveThis will start a local development server and provide you with a URL to view the portfolio (typically http://localhost:3000).
The portfolio comes with 4 built-in themes:
- Blue (Default)
- Light
- Green
- Purple
Themes are managed through separate CSS files and can be switched dynamically.
MIT License - feel free to use this code for your own portfolio!