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

https://github.com/cj-yang0225/react-todolist

Try to complete React todolist with FP
https://github.com/cj-yang0225/react-todolist

functional-programming-examples react-hooks react-spring reactjs

Last synced: 2 months ago
JSON representation

Try to complete React todolist with FP

Awesome Lists containing this project

README

          

# Todo-list with React.js

React practice app created by Create React App

[App Demo](https://cj-yang0225.github.io/react-todolist/)

## Technologies/Packages

- React.js
- Hooks API: useEffect, useState, useMemo
- [react-spring](https://react-spring.io/)
- [react-fontawesome](https://fontawesome.com/)
- JavaScript ES5/ES6
- Functional Programming
- HTML
- SCSS (BEM Naming)
- [gh-pages](https://github.com/tschaub/gh-pages)