Dev Task Management With KendoReact
This is a submission for the KendoReact Free Components Challenge. What I Built I have built a task management app for the developers who want to manage different projects' tasks. You can simply add the project you are currently working on and add corresponding tasks. In the insight section, you can look at the overview of the projects and tasks you have done. Data are stored in the local storage for this app. Demo Link to the demo: demo Link to the repo: repo KendoReact Experience Here are ten components I used from KendoReact: AppBar -> To show the name of the app TabStrip -> To show the projects based on tab selected Dialog -> To show various forms on the modal Notifications -> Used as a Toast to show error and success message Drawer -> to show the sidebar for easier navigation to various screens DataGrid -> to show info about projects and their tasks Card -> to show individual project info Button -> for form submission DropdownList -> to select item from the list of options Input -> to capture the text info from the user about project and task

This is a submission for the KendoReact Free Components Challenge.
What I Built
I have built a task management app for the developers who want to manage different projects' tasks. You can simply add the project you are currently working on and add corresponding tasks. In the insight section, you can look at the overview of the projects and tasks you have done. Data are stored in the local storage for this app.
Demo
Link to the demo: demo
Link to the repo: repo
KendoReact Experience
Here are ten components I used from KendoReact:
- AppBar -> To show the name of the app
- TabStrip -> To show the projects based on tab selected
- Dialog -> To show various forms on the modal
- Notifications -> Used as a Toast to show error and success message
- Drawer -> to show the sidebar for easier navigation to various screens
- DataGrid -> to show info about projects and their tasks
- Card -> to show individual project info
- Button -> for form submission
- DropdownList -> to select item from the list of options
- Input -> to capture the text info from the user about project and task