/ClockWise

React task time tracking app

Primary LanguageJavaScript

ClockWise

Task time tracking application for mobile and desktop

Minimum requiremets

Homebrew and Node have to be installed in your machine to be able to run the desktop app.

For the mobile app in addition to the above follow this React Native setup

To run locally

Clone the repo $ git clone https://github.com/jqn/ClockWise.git

Change to the application's root directory

For mobile $ cd ClockWise/ReactNativeClockWise

For desktop $ cd ClockWise/ReactClockWise

Install dependencies $ npm install

Run the application

For mobile $ npx react-native run-ios or $ npx react-native run-android

For desktop $ npm run watch