https://venu-raw.github.io/employeeCard
This is a simple website which creates the employee card based on the data fetched from the server in the json format.
-
First the employee data is fetched from the server in the json format. ( axios is used for fetching the data ).
-
Then the entire data is map and the individual employee card is created in the web page.
-
The neumorphism effect is used to style the card.
-
Navigate to the your directory to the location where you want the clone this project.
-
Type git clone, and then paste the URL you copied earlier.
-
$ git clone https://github.com/venu-RAW/employeeCard.git
-
Press Enter to create your local clone.
-
Now navigate to the folder where the repository hass been cloned.
-
Right click on the index.html file and click on open with browser.
- HTML - CSS - JAVASCRIPT