Task-Octopus

TaskOctopus

TaskOctopus is a task manager app built with React Native, Expo Router, and TypeScript.
It allows you to create, edit, delete, and reorder tasks. Tasks are persistent across app restarts.


Download & Install APK (Android)

  1. Go to the Releases section of this repository.
  2. Download the latest TaskOctopus.apk file.
  3. Transfer it to your Android device or open directly on the device.
  4. Allow installation from unknown sources if prompted.
  5. Open the app and start managing your tasks!

Note: TaskOctopus currently supports Android only.

Features

  1. Add new tasks to top or bottom of the list
  2. Delete tasks with [done]
  3. Postpone tasks to position 5 or end of the list
  4. Click a task to edit its name in a modal
  5. Shows 3 tasks at a time on landing screen
  6. Task list persists across app restarts

Contributing

  1. Fork the repository
  2. Create a branch for your feature: git checkout -b feature/my-feature
  3. Make changes and commit: git commit -m "Add new feature"
  4. Push to your branch: git push origin feature/my-feature
  5. Open a Pull Request


Welcome to your Expo app đź‘‹

This is an Expo project created with create-expo-app.

Get started

  1. Install dependencies

    npm install
    
  2. Start the app

    npx expo start
    

In the output, you’ll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you’re ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.