A Todo/Task application thad showcase CRUD operatons in React Native application This App is built with React Native with React.JS (Used React Hooks), Redux and Typescript.
- Splashscreen
- List all Task in Table
- Add new Task
- Edit task
- Delete task
- Change Task Order By filtering (UP and DOWN)
- Working on iPhone and Android Devices (Tested)
- Responsive (Iphones and Tablets)
- React Js (Used with React Hooks) + Typescript
- React Native
- Expo SDK
- Others (See package.json at the root folder)
On the command prompt run the following commands
$ git clone https://github.com/Doha26/Tasky.git
$ cd Tasky
$ yarn OR npm install (if you are using npm )
$ yarn start