/Software-Development-internship-task

Software Development internship task at Settyl.

Primary LanguageJavaScript

Internship Assignment - Software Development

Problem Statement

1) Create 50 employees in your DB with Name, Dept, Address location & Geo-coordinates of emp location; Editing the location of emp should update the geo-coordinates of the respective emp

2) Use Leaflet to plot a cluster of employee location -> When the user clicks on that cluster it should expand and showcase multiple clusters based on location 

3) When there are no more clusters -> At the last level -> when the user clicks on an employee, display a popup showing the employee id in a LINK and other basic information

Installation

1) Clone the repository
2) npm install
3) npm start