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