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
- Host: GitHub
- URL: https://github.com/abdolrhman-mo/taskloop-mobile
- Owner: abdolrhman-mo
- Created: 2025-06-08T12:38:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-18T17:09:03.000Z (12 months ago)
- Last Synced: 2025-08-18T23:16:29.365Z (11 months ago)
- Topics: expo, react-native
- Language: TypeScript
- Homepage:
- Size: 1.82 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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