Table of Contents
This app is designed to manage users and their tasks. You can add a user, task or post. When all the tasks of a particular user have been successfully completed, the border of that user will be painted green. As long as not all tasks have been completed, the border will be red.
You can also delete users, update users, delete tasks and posts.
The data is taken from a REST API of users, tasks and posts.
✔️ Completed tasks of ID 1
✔️ Add new user
✔️ User added with one new task and post
Developed with React and Material UI.
Install Node.js. Click here to download.
npm i axios
npm install @mui/material
npm install @mui/icons-material
Click to see the demo of my app.