Dummy Login Page :)
Detailed View: A list of all tasks with detailed information after added.
-
React.js + Context + CSS.
-
list of tasks (2 tasks per row) with task description and status.
-
[colored according to the status] (Not Started - In Progress- Finished).
-
CRUD Operations (Create - Read - Update - Delete).
-
Component to render each task src/Task.jsx
-
Sorting By Status, Filtration By Status, Pagination to the list of tasks.
-
Dummy Login Page password must be "password".
-
Using Caching to cache the list of tasks (Localstorage).
npm install
npm run start
npm run build