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 *
- Ionic React
- Styled Components
- Jotai
- Capacitor
To run this project, follow these steps:
-
Clone the repository:
git clone https://github.com/ahmad-crossplatform/PayrollIonic.git
-
Navigate to the project directory:
cd PayrollIonic
-
Install dependencies:
npm install
-
Start the app:
npm run dev
-
Run on iOS
npm run ios
-
Run on android
npm run android
- The app will launch in your default browser
- Navigate through the app to view payslips
- List payslips
- View payslip details
- Download payslips
Feel free to contribute to this project by submitting pull requests or creating issues.