todo mobile app
1.0.0
Diese Mobile -App von TODO Tasks ist eine einfache Task -Management -Anwendung, die mit React Native erstellt wurde und das mir dabei hilft, die Entwicklung der mobilen App im React Native -Framework zu lernen und zu üben.
git clone https://github.com/Erveftick/todo-mobile-app.git cd todo-mobile-app
npm installnpx react-native run-androidoder
npx react-native run-iosTechnologien verwendet
React Native
React Navigation
AsyncStorage (for local storage)
Ordnerstruktur
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.
Anerkennung
Diese App ist für Bildungszwecke erstellt und bietet praktische Erfahrungen in der React Native Development. Fühlen Sie sich frei, es anzupassen, zu verbessern oder als Grundlage für fortschrittlichere Projekte zu verwenden.
Happy Coding!