Skip to content

Mcheyo/Game-up-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game-up-Frontend

Welcome to Game-Up, where you can explore a selection of video games, save the ones you like to your profile page, and log in at a later time to check out what you already liked. Using the RAWG API to render the game selection and information, you can also check out a suggested game based on the current game you are viewing.

Available features:

  • Users can create an unique account
  • Users can login/logout and their information will presist (JWT and bcrypt)
  • Users can navigate around the website by clicking on various links in the NavBar
  • Users can view a gallery of video games
  • Users can search through the gallery of games for a specific title
  • Users can click on a video game to see more information about that game
    • Information displayed includes: Title, Game Poster, Rating, Video Clip, & Suggested Game
  • Users can like and dislike a specific game by clicking on a Like/Dislike button on the game detail page
  • Users can view their liked games by viewing their user profile page

Installation

  • Fork and clone this repo and the backend repo

  • First cd into the game-up-backend directory in the backend repo

    • Run $ rails db:create
    • Run $ rails db:migrate
    • Run $ rails server
  • After the backend is up, cd into the game-up-frontend directory

    • Run $ npm install
    • Run $ npm start

Game-Up Demo

Game-Up Demo Video

Frameworks and Libraries Used

Authors

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Mcheyo/Game-up-Frontend/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The code is available as open source under the terms of the MIT License.

About

Front End for Mod 4 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published