Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rushi128/-employee-management-frontend

This repository contains a user-friendly frontend interface for an Employee Management System built with React.js. Seamlessly integrates with an Express.js backend and AWS DynamoDB. Allows viewing, adding, updating, and deleting employees.
https://github.com/rushi128/-employee-management-frontend

aws aws-dynamodb dynamodb express-js expressjs node-js nodejs react-bootstrap react-native reactjs

Last synced: about 2 months ago
JSON representation

This repository contains a user-friendly frontend interface for an Employee Management System built with React.js. Seamlessly integrates with an Express.js backend and AWS DynamoDB. Allows viewing, adding, updating, and deleting employees.

Awesome Lists containing this project

README

        

# Employee Management Frontend

This repository contains the frontend code for an Employee Management System implemented using React.js. It provides a user-friendly interface for managing employee data, seamlessly integrating with a backend API built using Express.js and AWS DynamoDB.

## Features

- View all employees
- Add a new employee
- Update existing employee details
- Delete an employee

## Usage

1. Clone this repository.
2. Install dependencies using `npm install`.
3. Configure API endpoint URLs in the frontend code to match your backend server.
4. Run the development server using `npm start`.
5. Access the application in your web browser.

## Components

- EmployeeList: Displays a list of all employees.
- AddEmployeeForm: Allows users to add a new employee.
- EditEmployeeForm: Allows users to edit existing employee details.
- DeleteEmployeeButton: Allows users to delete an employee.

## Technologies Used

- React.js - A JavaScript library for building user interfaces.
- Axios - Promise-based HTTP client for making requests to the backend API.
- Bootstrap - Frontend framework for designing responsive and mobile-first websites.
- React Router - Declarative routing for React applications.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.