StudyPal is your personal study companion β a React Native + Expo app that helps you organize daily tasks, beat procrastination with Pomodoro timers, and build better study habits, one session at a time. π―
- β Daily task management (to-do list)
- β±οΈ Pomodoro timer to stay focused
- π± Works on both Android & iOS
- π¨ Clean and minimal UI
- Framework: React Native + Expo
- Language: TypeScript
- Styling: NativeWind (Tailwind CSS for React Native)
- Routing: Expo Router (file-based)
βββ app/ # Screens and file-based routing
βββ components/ # Reusable UI components
βββ assets/ # Images, fonts, and static files
Clone the repo and install dependencies:
git clone https://github.com/MONISHA2876/StudyPal.git
cd StudyPal
npm install
Start the development server:
npx expo start
Then open the app using one of these options:
- π± Expo Go β scan the QR code on your phone
- π€ Android Emulator β via Android Studio
- π iOS Simulator β via Xcode (macOS only)
This project is open source and available under the MIT License.