Immediate thoughts - need to put these into template:
Is there a reason why you got the description for each team member to scroll?
Consistent colour scheme throughout.
Nice high contrast so very legible.
Padding to the team member section.
Add required to each field so you can’t submit empty data
Smooth scrolling could be nice a nice addition- CSS
If you open the dropdown menu and resize back to desktop nabber, the mobile dropdown remain shown.
Typo on line 2 in JS: const navSection = document.querySelector('.**toogle**-nav-section')
Wondering whether function style changes to 1px in navbar dropdown could be down by display: none. If keeping 1px way of doing it, would 0px work better to avoid it throwing styling errors elsewhere?
README
[Does the README describe the project using the subheadings: Why?, What?, How? i.e. Why have you created this repo, what does it do, how does it do it?]
User stories
[Does the project meet the user stories for that week?]
Learning outcomes
[Does it demonstrate the learning outcomes for that week?]
UI bugs
[Can you see any obvious bugs or areas to improve?]
Instructions
[Does everything work as expected or were there missing instructions?]
File structure
[When you open the project in your editor, does the file structure make sense?]
Flow of control
[ Can you you follow the different paths the code might take?]
Naming
[Do variables and functions have clear and descriptive names?]
Immediate thoughts - need to put these into template:
const navSection = document.querySelector('.**toogle**-nav-section')
README
[Does the README describe the project using the subheadings: Why?, What?, How? i.e. Why have you created this repo, what does it do, how does it do it?]
User stories
[Does the project meet the user stories for that week?]
Learning outcomes
[Does it demonstrate the learning outcomes for that week?]
UI bugs
[Can you see any obvious bugs or areas to improve?]
Instructions
[Does everything work as expected or were there missing instructions?]
File structure
[When you open the project in your editor, does the file structure make sense?]
Flow of control
[ Can you you follow the different paths the code might take?]
Naming
[Do variables and functions have clear and descriptive names?]
Readability
[Do you understand the code?]