A simple task management with delightful UI built using React
Try MyTasks React web app version »
Report bug ·
Request feature ·
Author ·
Company
Screenshot:
User Experience (UX) Flow:
- Input tasks text
- Add tasks to the list
- Mark tasks as complete
- Mark tasks as incomplete
- Delete tasks
- Cancel delete tasks
Install Node.js and npm.
Install dependencies.
yarnStart the React development build.
yarn startStart the Storybook build.
yarn storybookBuild the React production site.
yarn buildBuild the Storybook production site.
yarn storybook:build

