An employee directory website using the Fetch API in JavaScript
A website that retrives data from a third-party API called Random User Generator. This data is then displayed onto the page using vanilla JavaScript, with the ability to also search through each of the users on the frontend.
The applcaition is a simple front-end website so it doesn’t require much to get it up and running.
Here’s how to get it running.
Clone the git repo
git glone https://github.com/enarsinick/Employee-Directory.git
Then just simply open the index.html file in a web browser.