This codebase contains a Task management application. The application requires a refactoring effort to align with modern coding standards and best practices. The primary objective is to improve the overall quality of the codebase for future usage and development.
The case solution will serve as a basis for a discussion in the interview. Relevant topics are: Architecture, best practise, structure, coding principles, technology choices etc.
Install the required modules by running npm install/yarn in the root folder.
To startup the project locally:
$ npm run dev
$ yarn run dev
Open (http://localhost:5173/) to view it in the browser.
The page will reload if you make edits.
This app uses typescript.