A simple and elegant todo list application built with React Native and Expo. Manage your tasks with a clean, intuitive interface.
- Add Tasks - Create new todo items
- Complete Tasks - Mark tasks as done
- Delete Tasks - Remove completed or unwanted tasks
- Persistent Storage - Tasks saved locally
- Clean UI - Simple, focused interface
| Category | Technology |
|---|---|
| Framework | Expo |
| Runtime | React Native |
| Language | JavaScript |
- Node.js 16+
- npm
- Expo CLI
- iOS Simulator or Android Emulator
# Clone the repository
git clone https://github.com/itzkennedydev/todoList.git
cd todoList
# Install dependencies
npm install
# Start Expo
npx expo starttodoList/
├── App.js # Main application
├── Components/ # React components
├── Constants/ # App constants
├── app.json # Expo configuration
├── assets/ # Images and fonts
└── package.json # Dependencies
MIT
Simple task management