React Employee Management App

Sample React + Redux responsive App for managing employee data (CRUD)

3
0
JavaScript

React-Employee-Management-App

Sample React + Redux responsive App for managing employee data (CRUD)

Preview

PC Version

Mobile Version

Project Setup

  • Install the stable version of NodeJS and npm.

Running the app

To locally run the application,

  • Clone this repository.
  • To install depedencies in package.json, npm install.
  • Run react project using npm start.