This is a small widget where the user sees the tags that he chose. He can choose only 3 tags from the list of 300 elements. When the user clicks on the 'Change my choice' button, a dialog will be displayed that contains the list of elements, filter, and search where he can change your choice then save or cancel these changes. After closing the dialog, the widget is updated.
https://maksim-shabanski.github.io/react-widget/
- Clone repository or dowload ZIP file.
- Run
npm install
to install dependencies. - Run
npm start
to start local server.