Employee Management System using React is a web development project focused on efficiently managing employee data. Link: https://crimson-sunset-8806.on.fleek.co/
- 💻 Built with React: The project utilizes the React framework for developing a user-friendly and interactive employee management system.
- 📊 Efficient Employee Data Management: The system streamlines the process of storing and accessing employee information, ensuring accurate and organized data management.
- 📋 CRUD Functionality: The application provides Create, Read, Update, and Delete (CRUD) operations, enabling easy manipulation of employee records.
- 🖥️ Responsive Design: The user interface is designed to be responsive, ensuring optimal viewing and usability across different devices and screen sizes.
- React
- HTML
- CSS
- SweetAlert
- Primitive UI
To get started with the Employee Management System, follow these steps:
- Clone the repository:
git clone https://github.com/pahadiaarun/Employee-Management-System-using-React.git - Install the necessary dependencies:
npm install - Start the development server:
npm start - Access the application in your browser at
http://localhost:3000