ReactNativeTodoApp

Patika.dev Project assignment I developed to reinforce what I learned in React Native trainings.

Features

  • Adding and listing to-do’s.
  • Strikes through and style the to-do item when pressed.
  • Ability to show the number of active items in the upper right corner of the screen.
  • Deleting a to-do item with a long press.

Images


Installation

Clone this repository on your local machine.

git clone https://github.com/kubrasambur/ReactNativeTodoApp.git

Usage

To use it after cloning the project:

cd ToDo
cd .

Run the following commands in the project folder to install the project dependencies.

npm init
npm install

These instructions will get a copy of the project up and running on your local machine for development and testing purposes.

To Run the Application

In the project directory you can run:

npx react-native run-android

For More Information

You can review the React Native documentation.

GitHub

View Github