This is a mobile application developed using React Native for the 4th semester of the Network Security Specialization within the Information and Communication Science and Technology curriculum at the Higher Institute of Technological Studies in Communications of Tunis.
- React Native
- Expo
- Tailwind CSS (via tailwind.config.ts)
- Context API for state management
- Modular architecture using components, screens, and services
Projet-Mobile-2025-main/
├── App.jsx
├── assets/ # Images, fonts, etc.
├── components/ # Reusable UI components
├── context/ # App-wide context/state
├── screens/ # App screens
├── services/ # API calls or business logic
├── styles/ # Styling utilities
├── tailwind.config.ts # Tailwind CSS config
├── app.json # Expo config
├── package.json # Project dependencies and scripts
└── tsconfig.json # TypeScript config
- Node.js v17+
- npm
- Expo CLI:
npm install -g expo-cli
git clone https://github.com/Ouerfelli-1/Projet-Mobile-2025.git
cd Projet-Mobile-2025-main
npm installnpx expo startUse the Expo QR code to open the app on a mobile device or emulator.


