Web application for comparing two athletes. Hosted on Heroku https://sports-compare.herokuapp.com/
JavaScript, React, Node, GraphQL
- Append 'graphql' to the url
- For baseball players use baseball as a root query and for football players use football.
- The query is of the following format
{
baseball(name:"David Ortiz"){
position,
AB,
R,
}
}