Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.33 KB

Frontend

This project was bootstrapped with Create React App.

Technical Stack

TypeScript, React, Ant Design

Features

  • Add / edit / complete(delete) duties.
  • Input validation for duty entries.
  • Error handling for failed API calls when adding, editing, or completing duties.

Screenshot Description

screenshot

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.

Local Development

See Setup in root README for how to setup.

Useful Commands

yarn dev

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.

yarn test:watch

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.

Learn More

You can learn more in the Create React App documentation.