Coder Social home page Coder Social logo

Lauren Wilson's Projects

jquerypacklist icon jquerypacklist

A ‘packing list’ webpage that allows users to; add new items to pack; edit existing items; and mark items that have already been packed. Keeps count of items left to pack. Demonstrates use of Event Listeners, Event Delegation, and methods .val() .append() .remove() .toggleClass() and .empty(). Also demonstrates traversing DOM with .parent() and .sibling().

jquerystorecart icon jquerystorecart

A single page webpage which simulates a store checkout. Using jQuery with focus, blur and expanded to respond to users interaction with page. Includes use of .addClass .removeClass .attr .find .parent and .on.

jquerywhirl icon jquerywhirl

Examples of using jQuery to traverse DOM, use jQuery library methods such as addClass, Prepend, etc.

jukebox icon jukebox

/* Welcome to jukebox, an application which allows users to search for existing songs, add new songs, and play all songs in the queue. Demonstrates knowledge of objects, loops, conditionals, and data types. */

leapyeartest icon leapyeartest

Dojo Challenge "Write a function that returns true or false depending on whether its input integer is a leap year or not."

locationtracker icon locationtracker

Using the Google Maps API to display a fullpage map, with center and marker set to be users location.

math icon math

Using the Math methods in C#

mileagecalculator icon mileagecalculator

A quick excercise from Head First book on casting var types. For my reference only :)

movieapi icon movieapi

Using AJAX GET request to retrieve movie data from www.omdbapi.com. User can enter title and returns Title, Actors, Poster, Release Date, to page.

partyplanner icon partyplanner

in-her-it, verb: to derive an attribute from one's parents or ancestors. This project will be worked out to have a Party class from with Dinner and Birthday can inherit

payemployee icon payemployee

This demonstrates class hierarchy for a simple company with three types of employee; Marketeer, Developer, and SalesPerson. There is an Employee class, with properties, and three deriving classes. There are methods to calculate the employees monthly pay, and bonus, depending on their type and input. Revision on object heirarchy and polymorphism.

perfectfunctions icon perfectfunctions

Simple example of using a class with properties, constructors and functions in C#

petstore icon petstore

A a console application to simulate a Pet Store. Require four classes: PetStore, Customer, Cat, Dog A PetStore has a collection of Customers A Customer has two separate collections: Cats and Dogs Add some customers to your pet store. Add some cats and dogs.

piecetogetherpoem icon piecetogetherpoem

Playing with loops in C#. Can you figure out what poemBlock will print? /* Practise for reading for and while loops */

pizzapizza icon pizzapizza

pizzaPizza replicates components of an online Pizza order management system. It takes user input for pizza quantity, size, toppings and calculates the service fee, subtotals and total order price. See bottom of code for summary comments.

polymorphism icon polymorphism

Polymorphism is often referred to as the third pillar of object-oriented programming, after encapsulation and inheritance. Polymorphism is a Greek word that means "many-shaped". Polymorphism means one name many forms. Polymorphism means one object behaving as multiple forms. One function behaves in different forms. In other words, "Many forms of a single object is called Polymorphism."

productmatch icon productmatch

Console Application in C# helps identify a suitable software product based on user's input. Working with inheritance and object hierarchy.

randomsandwichgenerator icon randomsandwichgenerator

A quick excercise from Head First C Sharp book, using the .NET Framework's Random class to generate a menu of sandwiches for Sloppy Joe's cafe in a simple, single-class Windows Form App. Welcome to Sloppy Joe's House of Sandwiches!

react-todo-list-app icon react-todo-list-app

Using React (inc Axios, ReactRouter) to create simple ToDo List, targeting JSONPlaceholder

restaurantapp icon restaurantapp

A single page web app for Katz Deli. Page allows a user to book and view reservations for a restaurant. Using jQuery for dynamic page updates. Application uses a Firebase database to store and return reservations. Utilizes the Google Maps API to display a map with a marker for the restaurant’s location. Uses Foundation for responsive front-end framework. Uses Handlebars templating to build semantic template for HTML updates. Uses Google Fonts.

rockpaperscissors icon rockpaperscissors

JavaScript applications capable of playing the game 'Rock, Paper, Scissors' with a user via a console or terminal. Application can: Accept a move from a player. Get a random move from the computer. Compare the player's move to the computer's move in order to determine a winner. Keep track of how many times the player and the computer have won. Run until either the player or the computer has won five times.

salarycalculator icon salarycalculator

Windows Form app for calculating Yearly/Monthly/Weekly/Daily gross pay, as well as Annual Tax/NI/Take Home pay.

savethehuman icon savethehuman

A WPF Application using XAML and C#. Can you Save The Human? Drag the ‘i’ indicator to the safety of the black square before an alien hits.

speedcop icon speedcop

Calculate speed using user-input distance and time. Suggest transport based on calculation.

stopwatch icon stopwatch

Using Javascript to build a simple stopwatch in a webpage. Includes start/stop/reset/double buttons

superspy icon superspy

Using Encapsulation to control access to class's methods and properties, with a simple SecretAgent style password portal.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.