Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.55 KB

README.md

File metadata and controls

65 lines (40 loc) · 1.55 KB

Assignment5

Student ID: [11296671]

This repository contains a mobile application built using React Native.

Screenshots

Home Screen

Home Screen

Settings Screen

Settings Screen

Dark Mood

Home Screen

Dark Mood

![Settings Screen]((assets/SettingsScreenshotD.png)

Features

  • Home Screen: Displays user profile, recent transactions, and quick actions.
  • Settings Screen: Allows users to change theme (light/dark), manage profile, and view app settings.
  • My Cards Screen: Placeholder screen for managing user's payment cards.
  • Statistics Screen: Provides statistical insights into user's job application activity.

Installation

To run this application locally, follow these steps:

  1. Clone the repository: git clone [(https://github.com/Rizculla/rn-assignment5-11296671)] cd Assignment5

  2. Install dependencies: npm install

Copy code

  1. Run the application: npx react-native run-android

Copy code

Replace run-android with run-ios if you are using iOS.

Dependencies

  • react: 17.0.2
  • react-native: 0.66.4
  • styled-components: 5.3.3
  • react-native-vector-icons: 8.1.0
  • @react-navigation: 6.0.7

Usage

  • Theme Switching: Toggle between light and dark themes on the Settings screen.
  • Navigation: Use the bottom tab navigator to switch between different screens.

Contributing

Contributions are welcome! Feel free to open issues or pull requests for any improvements or bug fixes.