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.
- Host: GitHub
- URL: https://github.com/iamabhi898/googleTasksCloneRN
- Owner: iamabhi898
- Created: 2021-06-25T08:31:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T05:19:42.000Z (over 4 years ago)
- Last Synced: 2023-07-05T16:33:23.468Z (over 2 years ago)
- Topics: android, google-tasks, ios, react-native
- Language: JavaScript
- Homepage:
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-)