Giter Site home page Giter Site logo

gabensgames's Introduction

Gaben's Game Gallery

Summary

Gaben's Game Gallery is a wonderful source of modern video games and some of the studios which develop them. The Games page will display a list of 20 titles along with their genres, metacritic score, and ESRB rating. The user can click on the "Save Game" button to save it to their My Saved Games page. In the My Saved Games page, the user can add, edit, and delete their saved games. There is also a Developer page which displays popular developers and their popular titles.

Starting Up

In the /client directory, run:

npm install

Installs dependencies.

json-server --watch db.json

Hosts db.json on http://localhost:3000/games.
Contains user saved game data.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

File Structure

App.js

Fetches video game data and developer data from https://rawg.io/apidocs.
Fetches user saved data from JSON server at http://localhost:3000/games.
Filters games based off of search bar.
Filters games based off of selected category.

Parent of NavBar, Games, Developers, SavedGames & EditGame.

DeveloperItem.js

Item containing developer information.

Child of Developers.

Developers.js

Container component for DeveloperItem.

Child of App.
Parent of DeveloperItem.

EditGame.js

Allows user to edit saved games.

Child of App.

GameItem.js

Item containing video game information.

Child of Games

Games.js

Container component for GameItem.

Child of App.
Parent of GameItem.

NavBar.js

Navigation Bar.

Child of App.

SavedGames.js

Displays user's saved games.

Child of App.

gabensgames's People

Contributors

triciahughes avatar kvs247 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

kvs247

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.