Skip to content

Ouerfelli-1/Projet-Mobile-2025

Repository files navigation

📱 Mobile Development Mini Project (2025)

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.


🛠️ Tech Stack

  • React Native
  • Expo
  • Tailwind CSS (via tailwind.config.ts)
  • Context API for state management
  • Modular architecture using components, screens, and services

📁 Project Structure

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

🚀 Getting Started

📦 Prerequisites

  • Node.js v17+
  • npm
  • Expo CLI: npm install -g expo-cli

🔧 Installation

git clone https://github.com/Ouerfelli-1/Projet-Mobile-2025.git
cd Projet-Mobile-2025-main
npm install

▶️ Running the App

npx expo start

Use the Expo QR code to open the app on a mobile device or emulator.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published