Skip to content

PaperBoardOfficial/Fruit

Repository files navigation

Fruit

A productivity application built with Expo and React Native that combines pomodoro timer, habit tracking, and spaced repetition learning tools.

Features

  • ⏱️ Pomodoro Timer: Focus with customizable focus and break sessions
  • Habit Tracker: Build consistency with daily habit tracking
  • 🔄 Spaced Repetition: Optimize learning with scheduled review reminders
  • 📊 Statistics: Visualize your productivity with detailed charts and graphs

Getting Started

  1. Install dependencies

    npm install
  2. Start the development server

    npx expo start

    This will present options to run the app on:

    • 📱 Android emulator
    • 📱 iOS simulator
    • 🌐 Web browser
    • 📲 Physical device via Expo Go

Building for Production

To build an Android APK:

./build-android.sh

The APK will be available at ./fruit.apk after the build completes.

Technology Stack

Project Structure

  • /src/app: Application screens and navigation (uses file-based routing)
  • /src/components: Reusable UI components
  • /src/store: State management with Zustand
  • /src/services: Core functionality services
  • /src/types: TypeScript type definitions
  • /src/utils: Helper functions and utilities

Learn More

License

This project is proprietary software.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published