A sample of a one-page employee portal showing the following javascript big ideas: (Demo here)
- Document Object Model (DOM)
- HTML Element Manipulation with DOM
- Interactivity and Event Listeners
- Functions
- High-order functions
- Array
- Array methods (
map
,filter
,forEach
) - Objects
- Data types
- Operators
- Logic
- Clone:
git clone [email protected]:msimbo/employee-portal.git
- In terminal:
cd employee-portal && yarn prep && yarn dev
- List all employees
- Add Employees {first, lastname, state date, pay, role}
- Modify Employees — give bonus or raise...