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 [email protected]: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 installFirst, run the app:
yarn dev
# or
npm devOpen http://localhost:1234 with your browser to see the result.
dev: runs your application onlocalhost:1234with automatic reload when you make changes.
Made by Keven Max 🤟