This project was bootstrapped with Create React App.
TypeScript, React, Ant Design
- Add / edit / complete(delete) duties.
- Input validation for duty entries.
- Error handling for failed API calls when adding, editing, or completing duties.
Add new duty by clicking the Add button.
Edit existing duty by clicking the edit icon button. During editing, the edit icon will change to save icon that can be clicked to save the edit.
Complete(delete) existing duty by clicking the tick icon button.
See Setup in root README for how to setup.
Runs the app in the development mode.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
See package.json for more details and different commands.
You can learn more in the Create React App documentation.