Skip to content

rizalyoga/vhiwebTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vhiwebTS | Employee

Employee

Employee

Employee is a website that uses the fake API from https://reqres.in/ to display data from multiple people. Employee is the second stage of the recruitment process in Vhiweb (PT. Duta Digital Nusantara).

Demo

Here is a working live demo : https://vhiwebts-rizalyoga.netlify.app/

Site

Login Page

Home Page

Users Page

Detail User Page

Error Page Not found

Run in locale

To clone and run this website, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/rizalyoga/vhiwebTS.git

# Go into the repository
$ cd vhiwebTS

# Install dependencies
$ npm install

# Run the app
$ npm run start

Built with

  • React JS - React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained by Meta and a community of individual developers and companies.
  • Tailwind CSS - Tailwind CSS is a design system implementation in pure CSS. It is also configurable. It gives developers super powers. It allows them to build websites with a clean consistent UI out of the box. It integrates well with any web dev framework.
  • Meraki UI - Meraki UI is a free Tailwind CSS components library with 58 stylish and fully responsive components. The kit supports RTL languages. It's also based on Flexbox & CSS Grid. They offer various components, including popups, cards, buttons, dropdown, forms, navbar, pagination, and much more.
  • reqres - reqres is a website that provides a fake data API that can be used for testing on the front end.