Monash Bootcamp Project 1 - Dylan, Luis, Sharon, Viv
This application provides an online search mechanism to identify the popular video games within a predefined date period and furthermore obtain the cheapest vendor price.
The following API's have been used to source data requirements:
- RAWG
- Cheap Shark
https://vvnnzar.github.io/Game-App/
The following image depicts the web application's appearance and functionality:
(
)
To view and modify code you will require installation of HTML and Code editor software such as Visual Code Studio.
- Install GITHib on your PC
- Create a local project repository
- Clone project repository
- Initialise the project using command: git init
Your project structure should mirror the following file structure: /.assets (Note: assets includes css , js and screen design files) /index.html /ReadMe.md
- Application loads without error
- Screen render mirrors design
- Game card renders image, game name and cheapest price.
- Game Price is a hyperlink value. On click of the hyperlink a new tab opens within the browser and the user is navigated to the vendor offering cheapest price.
To update the project with latest code:
- Run command git status to ensure no conflict of changes
- Run command git pull to get latest code
- Stage files for checkin using command git add .
- Commit files using command git commit -m "My commit message"
- Push files to gitlab main branch using command git push
- API's RAWG and Cheap Shark
Initial Release v1.0 -04/06/2021
This project is licensed under Game App Inc. 2020