Skip to content

rks107/task-manager-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Task-Management App

Project Deploy Link

Click Here

Create a new project

make sure you have npm, node and create-react-app tool

create-react-app project-name

OR

git clone https://github.com/rks107/Task-Management/

Starting of Project

npm start

Project Structure

src
β”œβ”€β”€ components
β”‚   β”œβ”€β”€ index.js
β”‚   β”œβ”€β”€ App.js
β”‚   β”œβ”€β”€ DateByTasks.js
β”‚   β”œβ”€β”€ Calender.js
β”‚   β”œβ”€β”€ Task.js
β”‚   β”œβ”€β”€ TaskDetails.js
β”‚   β”œβ”€β”€ TaskForm.js
β”‚   └── Header.js
β”œβ”€β”€ helper
β”‚   β”œβ”€β”€ buildCalendar.js
β”‚   β”œβ”€β”€ dayStyles.js
β”‚   └── filterTasks.js
β”œβ”€β”€ index.css
└── index.js

Releases

No releases published

Packages

No packages published