This repository contains the WD301 course content.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
© Pupilfirst Pvt. Ltd.
- Milestone
- App state vs. component state
- Designing the application state - planning
- Designing the application state using Context and useReducer - implementation
- Add routes for task feature
- Display project details
- Create a Task
- Model API response and add reducers
- Categorising tasks and showing them in column layout
- Drag-and-drop Tasks from one state to another
- Fetch list of Tasks
- Delete a Task
- View Task details & In-place editing task details
- Assign task to a user