Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.03 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.03 KB

TODO List in React Native (Expo) + Redux Toolkit

A demo starter app for studying Redux toolkit 🗒️

Features

  • Add todo item
  • Add subtask to todo item
  • Tag todo items with a specific category
  • Delete todo item
  • Mark todo as completed and vice versa

Design

Screen recording

       

Installation

Clone this repo

git clone https://github.com/kheldiente/todo-list-rn-redux.git

Open project folder, install dependencies and start app

cd todo-list-rn-redux
npm install
npm start

License

This project is licensed under the MIT License - see the LICENSE.md file for details