Skip to content

Commit

Permalink
Merge pull request #19 from JansueT/detail-popup-window
Browse files Browse the repository at this point in the history
Detail popup window
  • Loading branch information
JansueT authored May 20, 2023
2 parents 1bb7ee6 + 68c6cd9 commit 0760138
Show file tree
Hide file tree
Showing 7 changed files with 1,671 additions and 5,020 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
- uses: actions/checkout@v3
- name: Check node_modules existence
run: |
if [ -d "node_modules/" ]; then echo -e "\e[1;31mThe node_modules/ folder was pushed to the repo. Please remove it from the GitHub repository and try again."; echo -e "\e[1;32mYou can set up a .gitignore file with this folder included on it to prevent this from happening in the future." && exit 1; fi
if [ -d "node_modules/" ]; then echo -e "\e[1;31mThe node_modules/ folder was pushed to the repo. Please remove it from the GitHub repository and try again."; echo -e "\e[1;32mYou can set up a .gitignore file with this folder included on it to prevent this from happening in the future." && exit 1; fi
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,21 @@

<!-- PROJECT DESCRIPTION -->

# 📖 Portfolio<a name="Portfolio - data preserve"></a>
# 📖 Portfolio<a name="Portfolio - detail popup window"></a>

Welcome to my interactive web portfolio! This project showcases my skills in front-end web development using HTML, CSS, JavaScript, and a linter for code quality assurance. Through this portfolio, I aim to demonstrate my proficiency in creating visually appealing and functional websites.

## Description

For this final milestone of my portfolio website, I will save the form data in the `local storage` of the browser. That way when the user reloads the page the data they filled out in the form will be preserved.
For this milestone of my portfolio website, I will implement a popup window that includes the project details in both desktop and mobile. In order to do that, I will need to store the information about my projects in a JavaScript object.

## Learning objectives

- Use local storage to save user input.
- Use basic JavaScript syntax.
- Use JavaScript to manipulate DOM elements.
- Use JavaScript events.
- Understand how to parse a Figma design to create a UI.
- Use objects to store and access data.

## 🛠 Built With <a name="built-with"></a>

Expand Down
Loading

0 comments on commit 0760138

Please sign in to comment.