Manage users using React and Redux
- API endpoint using https://jsonplaceholder.typicode.com/users
- GUI using React
- Node >= 8.10 and npm >= 5.6
Clone this repository to your local machine and then cd into the folder where you've cloned the project.
npm install
To run your frontend on a local server, navigate into the user-management folder and run the following command:
npm start
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
npm run build