GamesNet is an app where users can rate and review video games. Users also add the video games that they want to get reviewed. This gives people a chance to get an opinion of a video game before they decide to buy it. As games are being rated, the game list will update the average rating for each game. The list of games can be sorted alphabetically or by rating from highest to lowest.
- React.js
- Node.js
- Express.js
- PostgreSQL
- REST API
- CSS
- HTML
- jQuery
- Mocha
- Chai
To demo the app you can use these test user credentials:
- username: testuser
- password: Test123!
Or you could make your own user profile if you like. You would just need to supply your full name, a username, and a protected password. We do not share any personal information with anyone else.
If you click on the 'Register' link in the top, right-hand corner of the page, you will be brought to the Registration Page.
If you successfully log in with a correct username and password, you will be brought to the Game List page.
Clicking on 'Add Game' will let you add a new game to the list to be reviewed.
Clicking on the title or cover image of a game in the list will bring you to the Game Review Page
If you want to add a review, click on the 'Add Review' link and it will take you to the Add Review page
GET and POST fetch requests are made via RESTful API.
Base API URL is 'https://limitless-fortress-68165.herokuapp.com/api'
- '/games'
- '/reviews'
- '/users'
- '/auth'
- Add input in AddGame form that allows users to add the cover art for a game
- Add Public Forum section where users can ask and answer each others questions