A simple and interactive Todo List app built with React Native (Expo).
It comes with mock todos, scrollable list, avatars, and strike-through support for completed tasks.
- Add and display todos
- Random avatars for each task
- Scrollable list of tasks
- Strikethrough effect for completed tasks
- Dynamic check icons (
completed✅ /pending⭕)
- React Native (Expo)
- React Navigation
- React Native Vector Icons
- Expo Font & Custom Fonts
-
Clone the repository:
git clone https://github.com/your-username/TodoZen.git cd TodoZen -
Install dependencies:
npm install # or yarn install -
Start the development server:
npx expo start