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

https://github.com/awran5/better-to-do-app

Better React To Do App using React Context API
https://github.com/awran5/better-to-do-app

react-context-api reactjs todoapp todolist

Last synced: about 2 months ago
JSON representation

Better React To Do App using React Context API

Awesome Lists containing this project

README

        

## CRUD To-Do App using React Hooks with Context API and LocalStorage

This project was forked from [Task-manager](https://github.com/lashaNoz/Task-manager) project created by [lashaNoz](https://github.com/lashaNoz/) I just did some cleanup and modifications to make it better.

### Modified:

- Completed Task Logic
- App HTML re-structure
- serviceWorker
- Style Animation
- Removed FontAwesome (inline SVG added)

### CodeSandbox

[![Edit better-to-do-app-react-context-api](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/better-to-do-app-react-context-api-wo5on?fontsize=14&hidenavigation=1&theme=dark)

Enjoy!