This project is configured to use a designated account in TimeTac's sandbox environment.
The playground
account is available at https://go-sandbox.timetac.com/playground. It uses a special configuration allowing to access and
modify all the account's data. Log in with the following credentials:
- user:
manager
- password:
playgroundNotSoSecure
These credentials are used for authentication in the app as well as the REST API. For convenience, they are already hard-coded in apiConfig.ts.
This demo-account is reset to its initial state in regular intervals.
Node v22 is required to run this project.
Of course it is possible to request data using a general purpose library like axios. To facilitate the task, TimeTac provides the open source @timetac/js-client-library. This library is used in the playground by default. It is also imported by some of TimeTac's newest products.
Please refer to https://api.timetac.com/ for a documentation of TimeTac's REST API.
This project was bootstrapped with Create Expo App. In the project directory, you can run:
Installs all dependencies.
Runs the app in the development mode with Expo Go