Skip to content

This project allows users to build a to-do list and perform basic to-do items management functionality including adding new items, editing and deleting an existing item. (CodePath, Spring 2021)

Notifications You must be signed in to change notification settings

bilal98ali/Simple-To-Do-App

Repository files navigation

You Got To-Do!

You Got To-Do! is an Android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item.

Submitted by: Bilal Ali

Time spent (in total): 3 hours

User Stories

The following required functionality is completed:

  • User can view a list of todo items.
  • User can successfully add and remove items from the todo list.
  • User's list of items persisted upon modification and and retrieved properly on app restart.

The following optional features were implemented:

  • User can tap a todo item in the list and bring up an edit screen for the todo item and then have any changes to the text reflected in the todo list.

App Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

  • The app would instantly crash when attempting to delete an item. After much review, I noticed an incorrectly placed non-access modifier preceding a line of code. Thus, after deleting the error, the app successfully functioned.

  • Additional features and UI improvements may be added/implemented in the future.

License

Copyright [2021] [Bilal Ali]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

This project allows users to build a to-do list and perform basic to-do items management functionality including adding new items, editing and deleting an existing item. (CodePath, Spring 2021)

Topics

Resources

Stars

Watchers

Forks

Languages