Skip to content

Latest commit

 

History

History

README.md

Fictional Company Website 2

This project is an interactive website for a fictional company, featuring various pages such as a Home, Play Game page, Info Square for adding words, a Purchase Games page, and a Games Cart page. The website allows users to engage with a card game, add bouncing words, purchase games, and view their cart with dynamic pricing and totals.

Features

  • Homepage: Displays an introduction to the fictional company, with navigation to other pages.
  • Play Game Page: Users can click a "Deal" button to deal two hands of cards for two players. The game calculates the total of each hand, determines the winner, and displays the result. The user can deal again as many times as desired.
  • Info Square: A playful page where users can add a word, and this word bounces around in a container. Users can add up to 15 words.
  • Purchase Games Page: Users can select a game and quantity from dropdown menus, view the price, and add the game to their shopping cart.
  • Games Cart Page: Displays a table with details about the user's selected products, including product name, description, quantity, price, subtotal, tax, and the total.

Technologies Used

  • HTML: Provides the structure for each page.
  • CSS: Used for styling the layout, form elements, and animations (e.g., bouncing words).
  • JavaScript: Implements interactivity, including game logic, word movement, dynamic pricing, and cart functionality.

How to Run

  1. Open the websiteExample2_txt.html file in a web browser.
  2. Use the navigation links to visit the "Play Game," "Info Square," "Purchase Games," and "Games Cart" pages.

About This Project

This program was developed as part of an assignment for my programming class. The folder names and structure reflect the required naming convention for class submissions.