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
- Host: GitHub
- URL: https://github.com/cj-yang0225/react-todolist
- Owner: CJ-Yang0225
- Created: 2020-12-25T11:04:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T17:17:11.000Z (almost 5 years ago)
- Last Synced: 2025-12-31T21:15:21.557Z (5 months ago)
- Topics: functional-programming-examples, react-hooks, react-spring, reactjs
- Language: JavaScript
- Homepage: https://cj-yang0225.github.io/react-todolist/
- Size: 4.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)