Skip to content

louicoder/tyro-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coverage Status Build Status Maintainability CircleCI

Tyro-sample-app

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

Live demo

Tyro sample app

install dependencies:

run command npm install to install needed dependencies for the project.

run the application

run command npm start to spring up the server.

Useful endpoint

Navigate to the route localhost:3000/faces or simply localhost:3000

search results

search through the list of results in real time by typing in the text box and seeing your search querries instantly

View single profile

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

React-Hooks implementation

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

Author:

Louis Musanje Michael