Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace existing codebase #6

Merged
merged 11 commits into from
Nov 22, 2021
Merged

Replace existing codebase #6

merged 11 commits into from
Nov 22, 2021

Conversation

kylechui
Copy link
Collaborator

This branch contains the basic front-end for two pages, Homepage.js and Gamepage.js, and links them using the buttons in the webpages themselves. More information about the file structure and how to contribute can be found in the README. The back-end database can be re-implemented after the merge, or in this branch and merged later.

Introduces a lot of files/code from Mozilla's Express tutorial, with the
goal of having easily configurable layouts for game description pages.

Tutorial:
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/skeleton_website
Delete all old files, ignoring database code for now. Implements a basic
homepage that has a search button and input field.
Implements linking between `Homepage.js` and `Gamepage.js` using the
button.
@kylechui kylechui added the enhancement New feature or request label Nov 22, 2021
@kylechui kylechui linked an issue Nov 22, 2021 that may be closed by this pull request
@alanhwu alanhwu merged commit f807cbc into main Nov 22, 2021
@kylechui kylechui deleted the createotherpages branch November 22, 2021 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Link multiple pages together
3 participants