Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/furkan-dogu/todo-app

This project is developed using React to create a todo application.
https://github.com/furkan-dogu/todo-app

localstorage react react-bootstrap todolist uuid

Last synced: about 6 hours ago
JSON representation

This project is developed using React to create a todo application.

Awesome Lists containing this project

README

        

# Todo App



## About the Project

This project is developed using React to create a simple todo application. The data is stored in the local storage, so even if you refresh the page or revisit it later, you can still access the entered data.

## Live Demo

[Todo App](https://todo-app-coral-one-76.vercel.app/)

## Features

- Ability to add new tasks
- Ability to mark tasks as complete
- Ability to delete tasks
- Filtering completed tasks

## Project Skeleton

```
Todo App(folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── assets
│ │ └── [images]
│ ├── components
│ │ ├── Header.jsx
│ │ │
│ │ ├── TodoList.jsx
│ ├── App.js
│ ├── index.js
│ └── index.css
├── package.json
└── yarn.lock
```

## Screenshots





## Compatibility

The project is compatible with both wide-screen computers and mobile devices.

## Dependencies

- Bootstrap
- React-Bootstrap
- React-Icons
- UUID