https://github.com/akibahmed229/java-employee_management-system-website
React Tailwind project combines the power of React's component-based architecture with the utility-first approach of Tailwind CSS, providing developers with a solid foundation for building responsive, customizable, and modern web applications.
https://github.com/akibahmed229/java-employee_management-system-website
Last synced: 3 months ago
JSON representation
React Tailwind project combines the power of React's component-based architecture with the utility-first approach of Tailwind CSS, providing developers with a solid foundation for building responsive, customizable, and modern web applications.
- Host: GitHub
- URL: https://github.com/akibahmed229/java-employee_management-system-website
- Owner: akibahmed229
- Created: 2023-05-31T19:49:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T18:43:49.000Z (about 2 years ago)
- Last Synced: 2025-01-15T04:40:20.005Z (5 months ago)
- Language: JavaScript
- Size: 5.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Employee Management System Website
## This is a website created for the Java Employee Management System project. The Java Employee Management System is a desktop application developed using Java AWT and Swing libraries, which allows users to manage employee details through a graphical user interface.
## Features
1. Search and display employee details based on employee ID.
2. Update employee details such as name, father's name, date of birth, salary, address, phone, email, and highest education.
3. Add new employees to the system.
4. Delete existing employees from the system.
5. Navigate through employee records using navigation buttons.
6. Store employee data in a text file in the OS file system.
# Technologies Used For This Site
- React.js
- Tailwind CSS
# Getting Started
## -To run this project locally, follow these steps:
Clone the repository: `git clone https://github.com/akibahmed229/Java-Employee_Management-System-Website.git`
Navigate to the project directory: `cd java-employee-management-system-website`
1. Install the dependencies: `yarn install`
2. Start the development server: `yarn start`
3. Open your browser and visit to view the website.
# Project Structure
## The project structure is as follows:
```
css
Copy code
.
├── public
│ └── index.html
├── src
│ ├── components
│ │ ├── Navbar.js
│ │ ├── HomePage.js
│ │ ├── AboutPage.js
│ │ ├── ContactPage.js
│ │ └── Footer.js
│ ├── App.js
│ ├── index.js
│ └── styles.css
└── README.md
```
## The src directory contains the React components for different pages and common components like Navbar and Footer.
1. The main.js file is the main entry point of the application.
2. The App.js file is responsible for rendering the root component.
3. The index.css file contains custom styles for the website.
# Contributing
## Contributions are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request.
# License
### This project is licensed under the MIT License.