My first mobile and web application built with React Native and Expo.
This is a simple "Hello, World!" app that displays a greeting message. It's the first in a series of apps I'm building to learn mobile and web development.
- Displays "Hello, World!" message
- Works on iOS, Android, and web browsers
- Dark theme with custom styling
- React Native
- Expo
- JavaScript
- Install dependencies:
npm install - Start the development server:
npx expo start - Scan QR code with Expo Go (iOS/Android) or press 'w' for web
- Add message of the day feature
- Make it more interactive
- Build Shopping List app next
MIT License - see LICENSE file for details