- React-native
- This project is an implementation of Flatlist, props and states in RN.
- User can enter a todo item through the input area.
- If the user enters an empty string the program gives an alert warning.
- As the users enters the todo items they display as a list on the screen, newest on top.
- The number of active todo items show up on the top right corner. If there is no active todo items the expression "Nothing to do for now" shows up on the screen.
- When the user taps on an item,
- The status of the item turns from unDone to Done
- The number of active list items is decremented by one
- The color of the item turns from red to green
- When the user taps on a "Done" item the listed actiond above turn back to initial values/styles
- When the user long presses on a Done or unDone item
- The item is deleted
- The number of active todo items is decremented by one
- GitHub SemihDurmus
- Linkedin @Semih Durmus