https://github.com/neguindev/to-do-list-react-native
To-do list done in React Native
https://github.com/neguindev/to-do-list-react-native
Last synced: over 1 year ago
JSON representation
To-do list done in React Native
- Host: GitHub
- URL: https://github.com/neguindev/to-do-list-react-native
- Owner: NeguinDev
- Created: 2022-04-26T00:16:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T00:42:33.000Z (about 4 years ago)
- Last Synced: 2025-02-11T10:46:48.176Z (over 1 year ago)
- Language: Java
- Size: 421 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# to-do-list-react-native
To-do list done in React Native
## Challenges Encountered
I took a base from an internet interface and started doing the front-end, I made a simple system using useState with an array, and I pushed every time I add a new task, after that, I made a list using FlatList, using the data of the array. I made the front-end with the help of a Developer called Eriton.
## Screenshots

## Special thanks
- [Eriton](https://github.com/both-eritons)