项目作者: enarsinick

项目描述 :
An employee directory website using the Fetch API in JavaScript
高级语言: CSS
项目地址: git://github.com/enarsinick/Employee-Directory.git
创建时间: 2020-04-05T17:59:15Z
项目社区:https://github.com/enarsinick/Employee-Directory

开源协议:

下载


Employee Directory

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.

Getting Started

The applcaition is a simple front-end website so it doesn’t require much to get it up and running.

Prerequisites

  • Modern web browser
  • Internet connection

Installing

Here’s how to get it running.

Clone the git repo

  1. git glone https://github.com/enarsinick/Employee-Directory.git

Then just simply open the index.html file in a web browser.

Built With