The application serves as a record of employees in the company, providing various functionalities such as:
- Tracking the number of employees
- Employee search and filters
- Employee details view
- Salary assignment, promotion assignment, and bonus management
- Addition and removal of new employees
To run the Employers App locally, make sure you have Node.js installed on your system. Then, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/your-username/employers-app.git
- Navigate to the project directory:
cd employers-app
- Install the required dependencies:
npm install
To start the development server and run the Employers App, use the following command:
npm start
This will launch the app in your default web browser. You can access it at http://localhost:3000.
To run the test suite for the Employers App, execute the following command:
npm test
To create a production-ready build of the application, use the following command:
npm run build
This will generate optimized and minified files in the build
directory.
To check for and update outdated dependencies, you can use the following command:
npm run check-update
The Employers App was created with love by Alexander A.
- React.js
- React DOM
- React ID Generator
- Sass (SCSS)
- npm-check-updates (for dependency updates)
- Web Vitals
The application is designed to be compatible with the following browsers:
- Latest versions of Chrome, Firefox, and Safari in development
- The last two versions of major browsers in production, excluding Opera Mini