Skip to content

A Task management app for mobile written in react native

License

Notifications You must be signed in to change notification settings

iskaa02/Taskkit

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Taskkit

Task management tool written in react native
Report Bug · Request Feature

Table of Contents
  1. Screenshots
  2. Built With
  3. Installation
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

Screenshots

(back to top)

Built With

(back to top)

Installation

For Android you can download prebuilt binary APK file from releases page.

For iOS you have to build the project on your own.

Building

Using Expo Eas build

  1. Make an expo account

  2. Clone the repo

    git clone https://github.com/iskaa02/taskkit.git
  3. Install packages

    yarn
  4. Build project with expo EAS

    for development change the --profile argument to development

    to build for ios change the -p argument to ios

    eas build -p android --profile production

Building using Android studio Or Xcode

  1. Install expo cli

  2. Run expo prebuild

  3. expo should generate android/ and ios/ folders

    (back to top)

Roadmap

  • Building a Sever
    • Sync between devices
    • Share lists between users

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Build Development client with EAS sh eas build -p [platform] --profile development
  3. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  4. Commit your Changes (git commit -m 'Add some AmazingFeature')
  5. Push to the Branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

Translations

To translate the app to your own language

  1. follow the Contribution steps
  2. add [your language code].json file into src/i18n folder
  3. translate all keys check the en.json file for reference
  4. add you language config in this file

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Ismael Karim - ismael.karim000@gmail.com

Project Link: https://github.com/iskaa02/taskkit

(back to top)