Task
React
Typescript React Task is a project made during a React Course by Maximilian Schwarzmüller. The goal was to create a simple task manager, where the user is able to create multiples projects, and then add task for each of them. The user can also delete tasks, and mark them as done. It makes use of React’s useState and useEffect hooks, and conditional rendering. It was written in Typescript.