Portfolio
Description the project. Your portfolio is one of the most powerful tools in your software developer toolbox; itโs the easiest way of showing what youโre truly capable of as a developer, and is a quick and simple way for recruiters and hiring managers to get an idea of what you can bring to their teams.
As you work your way through Microverse curriculum materials you will complete several small projects that will combine to create a website for your portfolio. A portfolio website is a key job searching tool for a web developer, and we want you to start working on it from the beginning of the Microverse program. In this project, you will precisely replicate one of the portfolio templates we are providing for you. However, later on during your Microverse journey you will include your own projects in the portfolio in order to use it for job searching.
Built With
- HTML
- CSS
- Linter
Getting Started
To get a local copy up and running follow these simple steps:
- Open your terminal and navigate to the folder you would like to put these files.
- Type these commands into the terminal:
- git clone https://github.com/emyrue/Portfolio.git
- cd Portfolio
- open index.html
Authors
- GitHub: @emyrue
- Twitter: @EmyrueRobertson
- LinkedIn: LinkedIn
- GitHub: @dewslyse
- GitHub: @Have-Samuel
๐ค
Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a
Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
๐
License
This project is MIT licensed.
Popup2
Accessibility
Bugs Exercise
line 106 - Need to return the element of an array by using bracket notation to access it , correct code should be : const small = document.getElementsByTagName('small')[0];
line 124- letIsLower should be false instead of true.
line 145- the incorrect element of the object was added, the correct element should be 'name', see correct code : fullName.value = dataObject.name;
Save user data to local storage everytime they type something
Your implementation of localstorage is pretty good, to make it a little better I advise you to use the event listener 'input' so that the user information is preserved every time something is typed.
Peer-to-peer code review
Good Points
Needs Improvement
img
tags