# Clone repository
git clone https://github.com/Hasankhankor/Exam-Buddy-React-native.git
# Install dependencies
cd exambuddy
npm install
# Start development server
npx expo start
exambuddy/
āāā assets/ # Images and static assets
āāā src/
ā āāā components/ # Reusable UI components
ā āāā screens/ # Screen components
ā āāā navigation/ # Navigation configuration
ā āāā context/ # React Context providers
ā āāā styles/ # Global styles and theme
ā āāā types/ # TypeScript type definitions
ā āāā utils/ # Utility functions
āāā App.tsx # Root component
āāā babel.config.js # Babel configuration
Pull requests are welcome! For major changes, please open an issue first.