# Clone the repository
git clone git@github.com:AugusDogus/timer.git
# Change directory
cd timer
# Install dependencies
npm install
# Start the app
npm startsrc
├─ app
| ├─ Expo SDK 50
| ├─ React Native using React 18
| ├─ Navigation using Expo Router
| ├─ Tailwind using NativeWind
├─ atoms
| └─ Jotai for state management
├─ components
| └─ Shared components
└─ util
├─ cn - Merges Tailwind CSS classes with clsx utility
└─ formatTime - Formats time in seconds to HH:MM:SS