Skip to content

Navigation Menu

Sign in
Sign up

Repository files navigation

TaskFlow - Modern Todo App

Aplikasi manajemen tugas modern yang dibangun dengan Next.js, TypeScript, dan Tailwind CSS.

✨ Fitur

  • πŸ“± Responsive Design - Optimal di semua perangkat
  • πŸŒ™ Dark/Light Mode - Toggle tema sesuai preferensi
  • πŸ’Ύ Local Storage - Data tersimpan di browser
  • πŸ“Š Statistics - Lihat progress tugas Anda
  • πŸ” Search & Filter - Cari dan filter tugas
  • πŸ“₯ Export/Import - Backup dan restore data
  • πŸ”” Backup Reminder - Pengingat backup otomatis
  • ✨ Smooth Animations - Animasi yang halus dengan Framer Motion
  • πŸ“¦ PWA Support - Dapat di-install di perangkat Anda

πŸ› οΈ Teknologi

  • Next.js 14 - React framework
  • TypeScript - Type safety
  • Tailwind CSS - Styling
  • Framer Motion - Animations
  • next-pwa - Progressive Web App capabilities

πŸ“¦ Instalasi & Menjalankan

  1. Install dependencies:
npm install
  1. Jalankan development server:
npm run dev
  1. Buka http://localhost:3000/taskflow di browser Anda.

🌐 Deploy ke GitHub Pages

  1. Push code ke GitHub repository Anda.
  2. GitHub Actions akan otomatis build dan deploy aplikasi.
  3. Di repository GitHub Anda, pergi ke Settings > Pages > Build and deployment > Source, dan pilih GitHub Actions.

πŸ“ Struktur Project

β”œβ”€β”€ app/
β”‚ β”œβ”€β”€ layout.tsx # Root layout
β”‚ β”œβ”€β”€ page.tsx # Home page
β”‚ └── globals.css # Global styles
β”œβ”€β”€ components/
β”‚ β”œβ”€β”€ AddTodo.tsx # Form tambah tugas
β”‚ β”œβ”€β”€ TodoItem.tsx # Item tugas
β”‚ └── ... (dan komponen lainnya)
β”œβ”€β”€ public/
β”‚ β”œβ”€β”€ icons/ # Ikon untuk PWA
β”‚ β”œβ”€β”€ manifest.json # PWA manifest file
β”‚ └── .nojekyll # GitHub Pages config
β”œβ”€β”€ types/
β”‚ └── index.ts # TypeScript types
└── .github/
 └── workflows/
 └── deploy.yml # GitHub Actions workflow

πŸ”§ Konfigurasi

  • next.config.js - Konfigurasi Next.js (termasuk PWA dan static export)
  • tailwind.config.js - Konfigurasi Tailwind CSS

πŸ“„ License

MIT License

About

No description, website, or topics provided.

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /