Skip to content

Divensky/predict-age-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Predict Age React App

Overview

This repo is a completed Cloverhound Software Developer Interview Challenge.

It is a working web page using React to get the data from an API endpoint and display the result.

Tasks accomplished:

  • Using at least two function components (not including the one provided), create a form with React that will allow a user to enter their name and click a button to submit the form.
  • When the form is submitted, use jQuery to make a network request to Agify.io (find the URL structure here) with the name the user entered.
  • Parse the response from the endpoint and display the predicted age of the user.
  • Keep track of the predicted ages for each name so you only have to make a request once for each name.
  • The final version should be on a branch named final.

How to run:

Open the index.html file in a browser.

About

Use Agify API to display the estimated age based on the first name

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages