Skip to content

A simple todo app with react native. Lets you create, update, delete and mark Todos.

Notifications You must be signed in to change notification settings

shirkerohit/Todo-app-React-Native

Repository files navigation

Simple Todo app with react native 👋

Created with expo.

  • The app lets you add todo and view them.
  • Shows them in the order of lastest first.
  • You can press on any todo to edit it in separate window or long press it to toggle state from complete to incomplete and vice versa. You can also delete the items no longer needed.
  • The app also make use of native storage capacity to store the todo between lanches.

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

About

A simple todo app with react native. Lets you create, update, delete and mark Todos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published