A personal portfolio website designed to showcase my projects, skills, and experiences. Live site: leonardfelix.github.io/my-web-portfolio
- Frontend: HTML, CSS, JavaScript
- Frameworks/Libraries: React, Bootstrap
- Deployment: GitHub Pages
Ensure you have the following installed:
- Clone the repository:
git clone https://github.com/leonardfelix/my-web-portfolio.git cd my-web-portfolio
- Install dependencies:
npm install
To run the application locally:
npm start
This will start a development server at http://localhost:3000/
(or another available port).
Contributions are welcome! Please open an issue or submit a pull request for any enhancement suggestions or bug fixes.
Massive thanks to Judygab for the original portfolio inspiration.