PayrollIonic

This app allows users to view and manage their payslips. It's built using Ionic React with Styled Components for styling and Jotai for state management.

* For the lack of android devices this has been tested on Web and iOS device *

Table of Contents

Technologies

  • Ionic React
  • Styled Components
  • Jotai
  • Capacitor

Installation

To run this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ahmad-crossplatform/PayrollIonic.git
  2. Navigate to the project directory:

    cd PayrollIonic
  3. Install dependencies:

    npm install
  4. Start the app:

    npm run dev
  5. Run on iOS

    npm run ios
  6. Run on android

    npm run android

Usage

  • The app will launch in your default browser
  • Navigate through the app to view payslips

Features

  • List payslips
  • View payslip details
  • Download payslips

Contributing

Feel free to contribute to this project by submitting pull requests or creating issues.