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
- Node.js v18.x or higher
- React Native CLI
- Clone the repository:
git clone https://github.com/nicodeck/Done.git
- Install dependencies:
cd Done
yarn install
- Build the app in debug mode:
yarn start