Set Up Instruction
Clone the repository to your local machine. Navigate to the project directory in your terminal. Run npm install to install all dependencies. Start the development server: For Android: Run npm run androi
Assumption
Users need to input timer durations exclusively in seconds. A new category is automatically created if the specified category doesn't exist. Only local storage (AsyncStorage) is used for storing timer history and data. The app does not support background timer execution; timers run only when the app is active.