Task_Tracker

Clarusway

Project-006 : Task Tracker (RC-06)

Description

Project aims to create a Task Tracker App.

Problem Statement

Project Skeleton

006 - Task Tracker (folder)
|
|----readme.md         # Given to the students (Definition of the project)
SOLUTION
├── public
│     └── index.html
├── src
│    ├── components
│    │       ├── Header.js
│    │       │     └── Button.js
│    │       │   
│    │       ├── CreateTask.js
│    │       │   
│    │       │   
│    │       └── Tasks.js
|    |         └── Task.js
│    ├── store
│    │       ├── initialState.js
|    |
│    ├── App.js
│    ├── App.css
│    ├── index.js
│    └── index.css
├── package.json
└── yarn.lock

Expected Outcome

task_tracker_expected

Objective

Build a Task Tracker App using ReactJS.

At the end of the project, following topics are to be covered;

At the end of the project, students will be able to;

Steps to Solution

Notes

<p align="center">☺ Happy Coding ✍</p>