Skip to content

KevenMax/timeclockfy-client

Repository files navigation

Timeclockfy

About

Timeclockfy is an API time clock for managing employees' working hours.

Through this API, the employee's clock records can be managed.

As the API only supports the records, but as a roadmap we will add the possibility for the manager to approve or not the changes made to the records by the employees so that there is greater control.

Requirements

Setup

  • First, clone this repository.
  git clone git@github.com:KevenMax/timeclockfy-client.git
  # or
  git clone https://github.com/KevenMax/timeclockfy-client.git
  • Enter in the project.
  cd timeclockfy-client
  • Install the dependencies:
  yarn install
  # or
  npm install

Getting Started

First, run the app:

yarn dev
# or
npm dev

Open http://localhost:1234 with your browser to see the result.

Commands

  • dev: runs your application on localhost:1234 with automatic reload when you make changes.

Made by Keven Max 🤟