From 2f2529006a11d54a653c62b7e3e24a58ab153cd4 Mon Sep 17 00:00:00 2001 From: jbyun Date: Sun, 17 Oct 2021 11:34:05 +0900 Subject: [PATCH] added a new project in 1-Beginner directory --- Projects/1-Beginner/To-Do-List.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Projects/1-Beginner/To-Do-List.md diff --git a/Projects/1-Beginner/To-Do-List.md b/Projects/1-Beginner/To-Do-List.md new file mode 100644 index 00000000..ede00c07 --- /dev/null +++ b/Projects/1-Beginner/To-Do-List.md @@ -0,0 +1,30 @@ +# To-Do List + +**Tier:** 1-Beginner + +It is an application that allow users to keep track of what they need to do to organize their daily lives. +You can create a new event, edit an existing event, and delete accomplished event as you like. + +## User Stories + +- [ ] User can create an event +- [ ] User can edit an event +- [ ] User can delete an event +- [ ] User can change the format of the application UI (theme - darkness, background color) + +## Bonus features + +- [ ] User can change the timeline of the event (date, time) +- [ ] User can sign up or sign in to save the record +- [ ] User can swap sideways to update profile (username, email account, profile picture, status) + +## Useful links and resources + +- https://www.youtube.com/watch?v=Jo6Mtq7zkkg +- https://developer.android.com/codelabs/basic-android-kotlin-training-lists#0 +- https://www.youtube.com/watch?v=Nol1F_Tieok + +## Example projects + +- https://developer.android.com/codelabs/basic-android-kotlin-training-lists#6 +- https://hub.packtpub.com/how-to-develop-a-simple-to-do-list-app-tutorial/ \ No newline at end of file