PaRaDoX50 / csoc-2021-task-2

CSoC Dev Task 2 submissions for Android native and flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo Application - CSoC Dev Task 2

This week, you'll be building todo application either by using Native Android or Flutter.

Having knowledge of the previous week is necessary since you would have gone through the basics of respective tracks.

Assignment

The motive of this week's task is to make you familiar with persisting data with local storage.

Tasks

As mentioned above you task is to build todo application. In particular you have to design an application which contains todo list screen as the home screen. A button on the home screen allows the user to create new todo which should be updated on home screen. The home screen also has a search bar to search for any todo in the list. On searching, only relevant todos should show up on the screen. The user can also delete and update any todo. (Home screen should update the list instantly after deleting/updating)

Points

Here is the breakdown of the points related to each task.

Task Points
Home Page 15
Search Bar Implementation 15
Add task 20
Get tasks 20
Edit Task 20
Delete Task 20
Use of Local Database 20
Design, Smoothness and Innovation 20
Total 150

Judging

Judging would be done on the basis of your implementation and authenticity.

Deadline

You'll have a week to complete this task. Hence, the deadline of this task is 21st June, 2021

Submission Guidelines :

  • Create your own repo and implement the above tasks
  • Then, Fork this repository and clone it
  • Make a new entry into submissions as explained in comments, i.e, add your github repo link and .apk file of your application
  • Commit and Push the changes in respective readme (either Android.md or Flutter.md)
  • Make a Pull request and add your repo and apk link in PR template too.

Submissions

About

CSoC Dev Task 2 submissions for Android native and flutter