Please visit the app Todo App.
Or copy the link below, in your browser
https://him-todo.netlify.app/
In this project, a few technologies and packages were used, listed below
- React
- Redux-thunks
- Redux
- CSS
- Axios
- react-router-dom
- Material UI
After cloning this repo do
npm install
npm install redux react-redux redux-thunk axios react-router-dom material-ui/@core @material-ui/icons @material-ui/lab
- A user can add the new task as well as sub-task with it.
- user can see the task whichever they added earlier.
- User can toggle the status as completed or Pending.
- Particular task and all the information can be seen separately on another page.
- User can change the title, description and sub-tasks
- New sub-task can be added if the user wanted to.
- Last but not least, the user can change the theme of the app.
I want to take this opportunity to thank you for visiting here.