Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

nicodeck/Done

Repository files navigation

Done

Description

Done is a simple todo list app, made for Android with React Native.

Features:

  • create and delete todo lists
  • add, complete and delete tasks
  • light and dark mode

Screenshots

Screenshot of a todo list Screenshot of the menu

Requirements

  • Node.js v18.x or higher
  • React Native CLI

Installation

  1. Clone the repository:
git clone https://github.com/nicodeck/Done.git
  1. Install dependencies:
cd Done
yarn install
  1. Build the app in debug mode:
yarn start