Skip to content

iamabhi898/googleTasksCloneRN

Repository files navigation

TO DO app

    

A To-Do App inspired by Google Tasks UI.


Description

This is a To-Do app inspired by Google Tasks UI, this app allows you to create tasks, mark it as completed, delete the completed tasks and also undo the completed tasks. Dark theme can be enabled or disabled by theme icon.

Features

  • Create a tasks
  • Mark tasks as completed
  • Undo completed tasks
  • Delete completed tasks
  • Enable Dark theme
  • Store tasks data and theme preference locally

Technologies Used

  • React Native CLI
  • react-native-vector-icons - Material Icons
  • @react-native-async-storage/async-storage - Async Storage
  • Git

How To Use

Read the documention of React Native for Installation and Environment Setup here

Download the project then run following commands.

npm install

Android :

npx react-native run-android

IOS :

npx react-native run-ios

Author Info

Back To The Top