https://github.com/alperg/vanillajs-employee-directory
In-class demo app
https://github.com/alperg/vanillajs-employee-directory
Last synced: 3 months ago
JSON representation
In-class demo app
- Host: GitHub
- URL: https://github.com/alperg/vanillajs-employee-directory
- Owner: alperg
- License: mit
- Created: 2019-11-24T23:44:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T19:16:30.000Z (about 5 years ago)
- Last Synced: 2024-12-28T20:29:15.917Z (5 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vanillajs-employee-directory
In-class demo appThis sample app demonstrates a simple employee directory app created using vanilla JS with MVC pattern. It fetches data from an API using fetch and renders the them in a table with search functionality. There are no frameworks and dependencies.
## Install
No package installation required.
## Browse
View index.html in your browser.