Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.06 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.06 KB

Reports

Does weekly summarizations of daily reports from Tobit to submit to the IHK.



At my previous employer, Tobit Software Laboratories AG, we wrote a report daily to document our progress.

Also, while being an apprentice, we would have to submit a report to the IHK each week, summarising what you have done that week.

So this tool saves me and my colleagues the tedious work of manually converting the daily reports into weekly ones by automating the process.


Screenshots

Screenshot of the website

Development

  1. Requirements

    You should have an LTS version of Node.js installed.

  2. Install the dependencies

    Run npm install to install all necessary packages.

  3. Run the application

    Start the development server by running npm run dev.