You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a fork of this public repository https://github.com/sebasworkana/react-challenge.git on your own repository, and push it to a branch called react-challenge and then send a PR to your main branch, finally give us access to this github user sebasworkana.
The main challenge is that you create a Page with the following Style and format.
You need to enumerate all Periodic table of the elements on CSS class and make use of it, matching words in First name and last name “Highlighting” them as in the image.
First, install “react-redux”, then use the useDispatch and useSelector react-redux hooks in the components.
For this challenge use redux-thunk in it. Moreover, use the react-redux hooks to give a better impression and avoid older techniques. Share data among components without using props.
Is mandatory to use linter like ESLINT
Create npm scripts to run project and make sure to create a readme with instructions to
run project
Will be valuable if you can create Docker compose file to run all environment