Skip to content

My very first React app (plain React, no state management libraries). It is a React version of an older jQuery project of mine that demonstrates connecting to the Giantbomb video game database API

Notifications You must be signed in to change notification settings

VPValter/React-Game-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Search App - React version

My very first React app

  • Connects to the Giantbomb video game database API and retrieves data using fetch-jsonp.
  • Uses JSONP format because of CORS.
  • Includes a search feature, passing the selected result to a new page using React Routes, and showing more details about the selected item.
  • Plain React, no state management libraries, state is passed through props
  • It is still very basic and rudimentary since this is my first time learning React. It even lacks better exception handling. I should work on it more in the future
  • It only has basic styling for now, since the main focus of this project is learning React and API connectivity.

Future plans / TODO:

  • QA / Better exception handling
  • Figuring out pagination, since it only shows first 12 results
  • Better CSS styling & possible UI improvements.

You can see it live here:

https://giantbomb-react-search.netlify.app

First version done on Day 12 of my 2nd round of the #100DaysOfCode challenge

About

My very first React app (plain React, no state management libraries). It is a React version of an older jQuery project of mine that demonstrates connecting to the Giantbomb video game database API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •