This repository is designed to house my JavaScript projects and assignments for my JavaScript course(s) from Academy of Learning Career College (https://www.academyoflearning.com/).
- AJAX
- Basic_JavaScript_Projects
- Calculator
- Erica Pietracupa Portfolio Website
- JQuery
- Pizza Project
- React Projects
- Tic-Tac-Toe
- Todo App
Simple ajax project demonstrating how an ajax call can return content from another site/page and display that pulled content onto a webpage.
Various simple JavaScript projects demonstrating how to use different JavaScript functions and features including: alets, math operators, loops and arrays, string methods, comparisons, timers, etc.
A basic calculator where users can add, subtract, divide and multiply numbers together
My portforlio website upgraded from the CSS and Bootstrap course to include a JavaScript run SlideShow feature and a pop-up contact form.
Simple jQuery example demonstrating DOM manipulation and event handling.
Simple pizza ordering menu with various size and topping selections. It then takes the selections and calculates and displays total cost with a list of all selected options.
Various examples of how to implement and use React and JSX to perform different actions and functions on DOM objects.
Classic game of tic-tac-toe. User takes turns clicking on one of the 9 available boxes to place their 'X', it then uses random number generation to determine computers, 'O', placement. On completion of a row, it draws a green line over the winners boxes and plays a celebration sound, it plays a different sound on cats game when neither player wins.
Basic To Do app where the user can add and remove items from a list.