Challenge briefMobile Developer
Objective
Build a simple To-Do List app that allows users to add, view, and delete tasks. The app should have a clean interface and store tasks locally on the device.
Core requirements
- Add new tasks
- Provide a text input and a clear action for adding a task.
- Each task should include a title and the time it was added.
- View the task list
- Display a scrollable list of tasks.
- Show the title and timestamp for every task.
- Delete a task
- Give every task an obvious delete action.
- Persist data locally
- Keep tasks available when the app is closed and reopened.
Prepare your submission
- Publish your solution in a public GitHub repository.
- Include a README with setup and run instructions.
- Explain your approach and the decisions you made.
- Check that the shared link opens without requesting access.