Skip to content

junian/xamarin-task-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xamarin Task Manager App

Demo

xamarin-task-app-demo.mp4

Brief

  • Develop a simple mobile application using Xamarin.Forms that allows users to view and manage a list of tasks.
  • Spend a maximum of three hours on this task. Submission:
  • Please share the completed code via a GitHub repo or a compressed file.

Requirements

Project Setup

  • Create a new Xamarin.Forms application (Android & iOS).
  • Use MVVM architecture.

Task List Page

  • Display a list of tasks. Each task should have:
    • Title
    • Description
    • Due Date
    • Completed status (Checkbox)
  • Add/Edit Task Page. A form to add or edit a task with:
    • Title (Required)
    • Description (Optional)
    • Due Date (DatePicker)
    • Completed status (Switch)
  • Data Storage
    • Store tasks locally using SQLite or Preferences.
  • Bonus (Optional)
    • Implement search/filter for tasks.
    • Use Dependency Injection.
    • Implement basic unit tests.

About

A simple Task management app built with Xamarin.Forms

Resources

Stars

Watchers

Forks

Languages