Skip to content

bradburzon/2DoList

Repository files navigation

2DoList

2DoList is an intuitive to-do list app designed for efficient task management. It simplifies tracking daily routines and projects, boosting productivity through its user-friendly interface.

Getting Started

Prerequisites

  • Java Development Kit (JDK) 8
  • Android Studio

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/2DoList.git
  2. Import the project in Android Studio:

    • Choose Open an Existing Project and navigate to the project directory.
  3. Sync and download dependencies:

    • Wait for Android Studio to sync the project and download dependencies.
  4. Running the app:

    • For emulator: Ensure you have a virtual device set up in AVD Manager.
    • For a physical device: Enable USB/Wireless debugging on your device and connect/pair it with your computer.

Running Tests

  • Unit tests: Navigate to app/src/test, right-click, and select Run 'Tests in 'test''.

Built With

Authors

Acknowledgments

  • Brandon Burzon for mentorship/reviews.
  • Billie Thompson for README inspiration.