These are some of the projects I made using JavaScript
- Pizza Menu
- Tic-Tac-Toe game
- Calculator
- jQuery
- AJAX
- Portfolio website
This project is a meny used to order pizza with variious selection of toppings. It takes the input from the user with them selecting the size and toppings and then uses this information to calculate the price of the order.
This project is the classic game of tic-tac-toe. A user can select one of 9 squares which will then allow the AI to select a random square. The first to line up three of their symbol wins.
This project is a basic 4 function calculator. Users can add, subtract,multiply, and divide on web version of a calculator.
A simple project that tests out using jQuery by getting changing the color of text and making the heading dissappear and reappear when a paragraph is pressed.
Another simple project that tests out AJAX by getting the content of another page when it is running on a server.
This project is a add on to the HTML and CSS portfolio website. Added a slideshow and contact form(using javaScript) that can dissapear and reappear with a button press and also can send an email to the creator(me).