Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karamanburak/task-tracker

React application where you can record tasks to be done
https://github.com/karamanburak/task-tracker

localstorage react react-bootstrap react-ic

Last synced: 2 days ago
JSON representation

React application where you can record tasks to be done

Awesome Lists containing this project

README

        

# Task-Tracker-React

[Task Tracker App Live](https://task-tracker-w-react.netlify.app/)

## 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](./src/components/helper/task-tracker.gif)

### 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.