Welcome to my personal portfolio website! This project showcases my skills, projects, and professional background.
- Modern Design: Built with a clean, responsive, and aesthetically pleasing interface.
- Interactive Elements: Smooth animations and dynamic interactions using JavaScript.
- Responsive Layout: Fully styled for optimal viewing on desktop, tablet, and mobile devices.
- Project Showcase: A dedicated section to display my recent work and accomplishments.
- HTML5: Semantic structure and content.
- CSS3: Styling, layout, and animations.
- JavaScript (ES6+): Interactive functionality and dynamic content handling.
index.html: The main entry point of the website.styles.css: Contains all the styling rules for the application.script.js: Handles interactivity, event listeners, and dynamic behavior.portfolio_outline.md: Initial planning and outline for the portfolio structure.
To view this project locally, simply clone the repository and open the index.html file in your preferred web browser. Alternatively, you can serve it via a local development server like Node.js serve or VS Code Live Server.
# Clone the repository
git clone https://github.com/bitcoinow/portfolio-website.git
# Navigate to the project directory
cd portfolio-website
# Using Node.js serve
npx serve