Few lines describing your project.
My Expertpay is a web application that allows users to manage their Expertpay account. Expertpay is a service that allows employers to pay their employees through a debit card. This application allows users to view their account balance, view their transaction history, and transfer funds to their bank account.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Before you can run this project, you will need to have the following software and tools installed:
- Node.js (version 12 or higher)
- npm (version 6 or higher)
To check if you have Node.js and npm installed, you can run the following commands in your terminal:
node -v
npm -v
Run the following command to install the project dependencies:
npm install
npm run test
npm start
npm run deploy
- React - Web Framework
- Redux - State Management
- React Router - Routing
npm run build