todo mobile app
1.0.0
يعد تطبيق Mobile Mobile Tasks تطبيقًا بسيطًا لإدارة المهام تم تصميمه باستخدام React Native ، مصمم لمساعدتي في التعلم وممارسة تطوير تطبيقات الهاتف المحمول في Framework React.
git clone https://github.com/Erveftick/todo-mobile-app.git cd todo-mobile-app
npm installnpx react-native run-androidأو
npx react-native run-iosالتقنيات المستخدمة
React Native
React Navigation
AsyncStorage (for local storage)
هيكل المجلد
src: Contains the source code of the React Native app.
components: Reusable React components.
screens: Individual screens/pages of the app.
navigation: Navigation setup and routing.
utils: Utility functions or helpers.
شكر وتقدير
تم تصميم هذا التطبيق لأغراض تعليمية ، مما يوفر خبرة عملية في التنمية الأصلية React. لا تتردد في تخصيصها أو تعزيزها أو استخدامها كأساس لمشاريع أكثر تقدماً.
ترميز سعيد!