Skip to content
/ tasky Public

A Todo/Task application build with expo SDK to showcase CRUD operations with React native and manage Table Component.

Notifications You must be signed in to change notification settings

Doha26/tasky

Repository files navigation

Tasky

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.

Results

  • 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)

Home

App-demo

List

App-demo

Edit / Add

App-demo

Dependencies

  • React Js (Used with React Hooks) + Typescript
  • React Native
  • Expo SDK
  • Others (See package.json at the root folder)

Get Started

1. Clone the Repo

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

Author

Done with React-native