An open API service indexing awesome lists of open source software.

https://github.com/iamabhi898/googleTasksCloneRN

A To-Do App inspired by Google Tasks UI.
https://github.com/iamabhi898/googleTasksCloneRN

android google-tasks ios react-native

Last synced: about 1 year ago
JSON representation

A To-Do App inspired by Google Tasks UI.

Awesome Lists containing this project

README

          

# 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](https://reactnative.dev/docs/environment-setup)

Download the project then run following commands.

```
npm install
```

Android :

```
npx react-native run-android
```

IOS :

```
npx react-native run-ios
```

---

## Author Info

- LinkedIn - [Abhishek Tripathi](https://www.linkedin.com/in/iamabhi898/)

[Back To The Top](#to-do-app-)