Git Product home page Git Product logo

Nikki Bollman's Projects

js-lesson06-challenge01 icon js-lesson06-challenge01

Added openModal and closeModal functions. Added event listener for keydown so Escape key closes modal as well as clicking the x.

js-lesson06-practice2 icon js-lesson06-practice2

Create a multiplication function to return the product of two numbers or return an error message if input is not a number. Skillcrush JS class practice.

js-lesson07-grocery-list icon js-lesson07-grocery-list

Grocery list sorter. Check for duplicates in list and return new numbered list without duplicates. Skillcrush JS class.

js-lesson07-practice2 icon js-lesson07-practice2

Practice/challenge - create a function that checks for an item in and array and then removes it, then log out a message that the item was removed, or a message that it did not exist in the array. Skillcrush JS class.

js-lesson07-practice3 icon js-lesson07-practice3

Log out all the items in an array that contain the letter "s". Tried two ways, a for...of loop with a new array, and the .filter() method. Skillcrush JS class.

js-lesson08-potluck-guestlist icon js-lesson08-potluck-guestlist

Create a potluck guest list form with JavaScript. Create functions to add a name to the list, count the list items, and stop accepting items after it reaches 8 guests. For Skillcrush JS class.

js-lesson08-practice1 icon js-lesson08-practice1

Expense tracker - show list of expenses from an array, then write function that shows the min and max expenses when button is clicked. Skillcrush JS class.

js-lesson08-practice2 icon js-lesson08-practice2

Epic song mix - add a function that creates a list item for each song in the array and makes a numbered list of songs. Skillcrush JS class.

js-lesson09-challenge02 icon js-lesson09-challenge02

Write two methods to update properties of object literal and display elements on page. Skillcrush JS class.

js-lesson09-practice02 icon js-lesson09-practice02

Create an eat() function in the bird object that checks if it's full and if not, decreases its hunger level. Skillcrush JS class.

js-lesson09-practice1 icon js-lesson09-practice1

Use dot and bracket notation to update an object's properties, then write a method to update object's properties. Skillcrush JS class.

js-lesson10-petrescue1 icon js-lesson10-petrescue1

Create a factory function that creates pet objects. Create sleep() and play() methods in the object literal. Then create 5 pets and test that factory function and methods are working. Skillcrush JS class.

js-lesson10-petrescue2 icon js-lesson10-petrescue2

Use a for...of loop to loop through the array of pets, update their status, and create and append an li with the pet's status in the document for each pet. Then add a "click" event listener to the button to display the list of pets. Skillcrush JS class.

js-lesson10-practice1 icon js-lesson10-practice1

Create a factory function that creates vehicle objects, then create 3 vehicles and add them to an array. Loop through the array and log the objects' properties to the console. Skillcrush JS class.

js-lesson10-practice2 icon js-lesson10-practice2

Create vehicle repair list on page by adding event listener to button and using createElement to add list items to the ul. Skillcrush JS class.

js-lesson10-practice3 icon js-lesson10-practice3

Practice exercise - debugged this reading list program. Got it to work! Skillcrush JS class.

milestone1 icon milestone1

A portfolio site created as a milestone for my first Skillcrush HTML and CSS class. Now I am making it responsive and adding more portfolio projects.

roguepickings icon roguepickings

Rogue Pickings website project from my Skillcrush HTML and CSS class

unplugged-site icon unplugged-site

Create a site using HTML5 Boilerplate. Code a site with HTML and CSS from PSD designs for fictional Unplugged Retreat - for Skillcrush Coding Responsive Websites class

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.