This is my personal portfolio. It's a place to introduce myself, talk about my journey into web development, and show what I've learned.
Live Site: marishopen.github.io
This site was built from scratch to meet all the assignment's requirements:
- Built with: Plain HTML, CSS, and Vanilla JavaScript.
- No external libraries: No Bootstrap, React, or other frameworks.
- Hosted on: GitHub Pages.
- Features:
- An "About Me" and "Why Web Dev" section.
- A showcase of my skills, including:
- A Weather App to demonstrate working with a third-party REST API.
- An interactive To-Do List to show DOM manipulation and
localStorage. - A dynamic list of my other GitHub projects.
- A link back to this repository.
- HTML5
- CSS3 (Flexbox, Grid, Custom Properties)
- Vanilla JavaScript (ES6+) (Fetch API, DOM, localStorage)