$PROJECT_ROOT
├── App.tsx # Entry point
└── src
├── screens # Screen components
├── components # UI components
├── utils # Custom hooks and helpers
└── assets # Image files
- Clone the repository:
git clone https://github.com/ryucraftz/animated-todo.git
- Install dependencies:
yarn
- Start the app:
yarn start
Open Expo Go on your 📱, scan the QR code, and dive into the app.
Feel free to customize and enhance it to fit your needs!