Minimalist Todo – React App Template

Overview

Minimalist Todo is a simple productivity app created using mobile framework React Native. It works on both iOS and Android.

In the source code you have multiple useful features not only for a to-do list app, but for all kind of projects. It’s an easy and simple codebase to understand, develop and maintain.

Features

  • Offline storage
  • One-touch clear list option
  • Scroll-enabled List
  • Multi-line Input Text
  • Check/Uncheck an item with different UI
  • Fully Customizable

Requirements

  • Expo
  • React Native

Instructions

  • Unzip the files
  • traverse to app directory using terminal
  • run command: npm install
  • Deploy on iOS or Android 

You will find a README.md file in which all information about how to run the application is provided.

Related