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.
- NodeJS
- Yarn/Npm
- 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
First, run the app:
yarn dev
# or
npm dev
Open http://localhost:1234 with your browser to see the result.
dev
: runs your application onlocalhost:1234
with automatic reload when you make changes.
Made by Keven Max 🤟