A React Native mini project demonstrating core React concepts:
- Components
- Props
- State management
- Event handling
- Conditional UI updates
- React Native
- TypeScript
- Expo (recommended)
- Install dependencies
npm install- Start the app
npx expo start- Run on Android Emulator / iOS
Simulator / Physical Device
components/→ Reusable UI componentsdata/→ Profile data (props)theme/→ Light/Dark themesassets/→ Profile images
- Light/Dark mode toggle
- Profile image cycling
- Like counter (state-based)
- Dynamic skill rendering
- Interactive alerts
Fully satisfies PART A — Portfolio Card Application from the assignment PDF.
Built with ❤️ using React Native