Skip to content

SemihDurmus/RN_03_ToDo_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

RN_03_ToDo_App

Table of Contents

Overview

Built With

  • React-native
  • This project is an implementation of Flatlist, props and states in RN.

Features

  • 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

Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published