A sample project for Tyro company. Project is built on react redux utilising most of the rich features of both stacks. The app makes use of an online random face generator api to query faces of different people (The api is free to use) it can be found here https://randomuser.me/. For more information on how to start and run the app follow instructions below
run command npm install
to install needed dependencies for the project.
run command npm start
to spring up the server.
Navigate to the route localhost:3000/faces
or simply localhost:3000
search through the list of results in real time by typing in the text box and seeing your search querries instantly
View profile for a single person by click on the person in the list by the left side and view their profile on the right
The implementation of react hooks in this project can be found on the branch react-hooks-implementation
. I put this on a separate branch to easily compare the project with and without React-hooks implemented. Cheers checking it out
Louis Musanje Michael