(Team Project 1) is an online database of information relating to video games.
- React
- JavaScript
- Mongoose/MongoDb
- CSS
- As an unregistered user, I would like to sign up with username and password.
- As an unregistered user, I would like to see all the games on the game index
- As an unregistered user, I would like to view all other users' games on the game index.
- As an unregistered user, I want the ability to read more details of individual games.
- As a registered user, I would like to sign in with username and password.
- As a signed in user, I would like to change password.
- As a signed in user, I would like to sign out.
- As a signed in user, I would like to add a video game to the game index.
- As a signed in user, I would like to update my video game on the game index.
- As a signed in user, I would like to delete my video game on the game index.
- As a signed in user, I would like to see all my games on the game index.
- As a signed in user, I want the ability to add games to a favorite list
- As a signed in user, I would like to comment on other users' games
- As a signed in user, I would like to edit my comment on other users' games
- As a signed in user, I would like to delete my comment on other users' games
- Allow users to reply to comments
- Allow the users to have the ability to search for specific game from a search bar
- Allow the users to have the ability to click on a link in the game show page that directs them to a store where they can purchase the game.
