Skip to content

AyberkOzkan/todoApp

Repository files navigation

Todo App - Todo List

  • Klasör ve Routing Yapısı
  • Tema Entegrasyonu
  • Veritabanı Bağlantısı
  • Veritabanı Tabloları
  • Login İşlemler

Todo Kategorileri ve İşlemleri

  • Listeleme
  • Ekleme
  • Güncelleme
  • silme

Tablolar

Kullanıcı

  • id
  • name
  • surname
  • email
  • password
  • last_move
  • created_data
  • updated_data

Todo Kategorileri

  • id
  • user_id
  • title
  • created_data
  • updated_data

Todo

  • id
  • user_id
  • category_id
  • title
  • description
  • color
  • end_date
  • start_date
  • created_date
  • updated_date

Patika

  • Bu proje fonksiyonel olarak MVC yapısı oluşturularak yapılmıştır.

todoapp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published