Skip to content

Build an application to manage your tasks by React Native

Notifications You must be signed in to change notification settings

baodien1405/easywork

Repository files navigation

Easywork 👨‍💻

Contain all necessary features

⭐ Get Started

# install react-native-cli
npm install -g react-native-cli
# install dependencies
npm install

Or use yarn

yarn install
# run project
yarn start
yarn android
yarn ios
Should use Xcode to build for iOS

⭐ Features

  • Authentication (Signup, Login, Logout)
  • Real time update.
  • Home (show progress tasks, urgents tasks).
  • Task (task list screen, task details screen, add edit task screen)
  • Push notification to user whenever user assgined task.

⭐ Technical details

  • React Native CLI
  • Form: React Hook Form
  • Icon: Iconsax, React native vector icon.

⭐ Contributing

If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome. Thanks alot

Demo