Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 601 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 601 Bytes

timetracking

Main goal for this app is to be able to:

  • timetrack activity
  • create projects and teams for each project. Assign members to one or more teams. Assign project roles to each member.
  • create and assign tasks, also ability to log time on specific task
  • view statistics (daily, weekly, monthly, yearly based on each member)

Prerequisites

  • mongodb
  • redis server

Stack

  • tRPC
  • Redis
  • React.JS
  • react query
  • Antd
  • react-toastify
  • redux-toolkit
  • styled-components

Commands

  • sudo service redis-server start (open redis server)
  • yarn start on server
  • yarn start on client