An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# vanillajs-employee-directory
In-class demo app

This 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.