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.
yarn
Start the React development build.
yarn start
Start the Storybook build.
yarn storybook
Build the React production site.
yarn build
Build the Storybook production site.
yarn storybook:build