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

Final Pull Request (Node v20.5.0, OS:Windows) #16

Open
wants to merge 4 commits into
base: Main
Choose a base branch
from

Commits on Jan 21, 2024

  1. Final Pull Request (Node v20.5.0, OS:Windows): This branch includes t…

    …he addition of 5 different pages located in ..src/views/ (PageOne.vue, PageTwo.vue, MarketPage.vue, MetaversePage.vue, GamingPage.vue ) which have 5 respective icons displayed in the SideNav section. Another addition in this branch is found in SideNav.vue file where I imported 5 different icons such as PageOneIcon.vue, PageTwoIcon.vue, MarketIcon.vue, MetaverseIcon.vue, and GamingIcon.vue. Further Tasks from the guideline where not included in this PR because I spent a long time learning VueJs, troubleshooting the initial node package installing, and then creating files and testing if the code runs well or not.
    carolinamite22 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    f40a216 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. There are 3 out of 5 pages complete and functioning well. PageOne.vue…

    …, PageTwo.vue, and MarketPage.vue are displayed with their respective icon on the SideNav section. PageOne.vue is about cryptocurrency definition, PageTwo.vue contains an embedded website that shows the different digital coins with its values compared to US Dollars, and PageOne.vue contains the an embedded website (coinmarketcap.com). The remaining 2 out 5 websites(MetaversePage.vue & GamingPage.vue) are still displayed in the SideNav section but they are incomplete. Metaverse.vue has an embedded website(decentraland.com) but the css style of it is off, and GamingPage.vue is empty but I am still working on it.
    carolinamite22 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    14a7182 View commit details
    Browse the repository at this point in the history
  2. In this new commit I worked on GamingPage.vue file. I added a basic t…

    …emplate of how a chessboard should look like by using the chess.js and chessboardjs libraries. The page is incomplete but I made some significant progress. Lastly, for MetaversePage.vue, I wasnt able to find a better solution for solving the CSS issue when launching decentraland.org website but I was succesful at embedding the full website into MetaversePage.vue.
    carolinamite22 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    607e9a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. new addition

    carolinamite22 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    42cc289 View commit details
    Browse the repository at this point in the history