TarasMakarchuk / wokrflow-timer

Applications allow you to optimize the use of the employee's working time, make it possible to understand when you need to rest and switch to other tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Expo React Native TailwindCSS TypeScript Prettier React Hook Form NPM Git

This app allows you to optimize the use of the employee's working time, make it possible to understand when you need to rest and switch to other tasks.


🎨 Design ideas for this project were taken from https://dribbble.com

To launch the app you should:

Install npm modules on the Client and the Server

$ cd client
$ npm install

$ cd server
$ npm install

Run the app on the Client🚀

# expo start
$ npm run start

# web mode
$ npm run web

# android mode
$ npm run android

# ios mode
$ npm run ios

Run the app on the Server🏃

# development mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

Applications allow you to optimize the use of the employee's working time, make it possible to understand when you need to rest and switch to other tasks


Languages

Language:TypeScript 96.2%Language:JavaScript 3.8%