Time tracking app made with NuxtJS.
- Mileage Tracker
- Expected Payouts (Daily, Weekly, Monthly)
- Editable Avatar
- Settings Menu
Visit official app at: Time$Hit.
- NuxtJS (Front-End)
- Vuetify (Styling Framework)
- Strapi Headless CMS (Back-End)
# install dependencies
$ yarn install --frozen-lockfile
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate