Skip to content

brownishgreen/react-native-todo-app

Repository files navigation

Minimal Todo App

A clean, minimalistic to-do app built with React Native + Expo.

  • Built with React Native + Expo SDK 54
  • Cross-platform: iOS / Android / Web

Demo

(可用手機掃描 QR Code 安裝體驗,或下載 .apk / .app 檔)


Features 功能與特色

  1. Add & Delete Tasks – 新增 / 刪除待辦

    • 快速記錄靈感與每日任務。
  2. Task Completion Toggle – 一鍵切換完成狀態

    • 點擊即可標記完成,保持清晰的進度感。
  3. Minimal UI – 專注、無干擾介面

    • 採用柔和灰階與留白設計,讓使用者心境更安定。
  4. Cross-Platform Support – iOS / Android / Web

    • 基於 Expo 的跨平台框架,隨時同步。

Tech Stack 技術棧

  • React Native (Expo SDK 54)
  • Expo Router
  • TypeScript
  • EAS Build
  • ESLint + Prettier

Project Setup 專案設定

# Clone 專案
git clone https://github.com/your-username/minimal-todo-app.git

cd minimal-todo-app

# 安裝依賴
npm install

# 啟動開發模式(iOS / Android / Web)
npx start

# 打包建置(使用 EAS)
eas build --platform all --profile preview

About

A minimal React Native Todo App built with Expo, Zustand and TypeScript. featuring dark mode, persistent UI states, and clean modular design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors