This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Background | |
You were assigned a task to create React.js application to mange activities for the human resources department in ABC company. HR managers now place sticky notes on the blackboard with the activity description and the employee name. When the activity is done, they take that note from blackboard and trash it. | |
Since you are a frontend developer you have agreed to automatize this process by applictation based on React.js with REDUX store. | |
Functionalities | |
The Activity manager application should have the following functionalities: | |
Activities have description, employee name, and done/undone status |