An open API service indexing awesome lists of open source software.

https://github.com/abdolrhman-mo/taskloop-mobile

It's a mobile app that motivates students to studying through studying together
https://github.com/abdolrhman-mo/taskloop-mobile

expo react-native

Last synced: 2 months ago
JSON representation

It's a mobile app that motivates students to studying through studying together

Awesome Lists containing this project

README

          

# Welcome to your Expo app πŸ‘‹

This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).

## Get started

1. Install dependencies

```bash
npm install
```

2. Start the app

```bash
npx expo start
```

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

- [development build](https://docs.expo.dev/develop/development-builds/introduction/)
- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo

You can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).

## Todo
1- Animated Arrow
πŸ‘€ What:
Add a pulsing down arrow or chevron icon at the bottom β†’ visual nudge.

### πŸ“Œ When to SHOW the arrow
πŸ‘‰ The arrow should appear only when there’s more content to scroll.
Example:
- If the list is scrollable (not fully visible), show the arrow.
- If the list is fully visible (fits on screen), hide the arrow β€” no need for a hint.

### πŸ“Œ When to HIDE the arrow
πŸ‘‰ When the user reaches the end β†’ they don’t need a hint anymore.
Example:
- If you scroll to the bottom β†’ hide the arrow.
- Or if your data is short β†’ hide it immediately.

4- in [id].tsx file in task input accessory i want if user typed a new task but forgot to save it, i want it to be saved in async storage