/basic-react-native-todo

A basic todo application using React Native and Typescript

Primary LanguageJava

Basic To-Do Application

This is a basic to-do application made using React Native and Typescript. You add items by typing in the text field and pressing enter. To check an item off the list you tap on the completed item.

Screenshot

Build

To build/run make sure you have NPM and Expo installed on your machine.

$ git clone https://github.com/avigael/basic-react-native-todo.git
$ cd basic-react-native-todo
$ npm install
$ expo start