Skip to content

React application where you can record tasks to be done

License

Notifications You must be signed in to change notification settings

karamanburak/task-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task-Tracker-React

Task Tracker App Live

Project Skeleton

| Todo App(folder)
|
SOLUTION
├── public
│     └── index.html
├── src
│    ├── components
│    │       ├── helper 
│    │       ├── pages 
│    │               ├── Home.jsx 
│    │       ├── Home.jsx
│    │       ├── Home.jsx
│    │       ├── AddTask.jsx
│    │       ├── ShowTasks.jsx         
│    ├── App.css
│    ├── App.js
│    └── index.js
├── .gitignore
├── package-lock.json
├── package.json
└── README.md

Outcome

Project

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

  • HTML

  • CSS

  • JS

  • ReactJS

Steps to Solution

  • Step 1: Create React App using npx create-react-app todo-app

  • Step 2: Build Todo App.

  • Step 3: You can use CSS frameworks like Bootstrap, React Bootstrap, TailwindCss or Native Css, Sass, Module Css.

  • Step 4: You can use local storage to store data.

About

React application where you can record tasks to be done

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published