GitHub topics: skillcrush
pwangy/105-project Fork of skillcrush/105-project
105 Sample Code
Language: HTML - Size: 60.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pwangy/skillcrush-git-practice Fork of skillcrush/git-practice
A collection of advice from students to students! Serves as a practice exercise in the Skillcrush Front End Development track.
Language: HTML - Size: 49.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pwangy/105-coding_resources Fork of skillcrush/105-coding_resources
Language: CSS - Size: 2.59 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pwangy/105-turn_back_time Fork of skillcrush/105-turn_back_time
Size: 312 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

irfanbaigse/SkillSet Fork of NexZhu/SkillSet
A simple JSON format for skill sets and a mind map generator
Language: HTML - Size: 591 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

marisabrantley/guess-the-word Fork of skillcrush/guess-the-word
This fun game has players enter letters while trying to guess the word with their 8 tries. The words are fetched from an API.
Language: JavaScript - Size: 1.46 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

sheblair/unplugged
Sample website for a company team retreat
Language: HTML - Size: 13.4 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

twosavoie/206-rogue_pickings Fork of skillcrush/206-rogue_pickings
❎ Previous version of Skillcrush 101 and 206 Rogue Pickings
Language: CSS - Size: 343 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

twosavoie/coding-responsive-rogue-pickings Fork of skillcrush/coding-responsive-rogue-pickings
🌱 Fork of the Skillcrush repo for the updated responsive Rogue Pickings project
Size: 295 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

marisabrantley/image-generator-project Fork of skillcrush/js-l12-challenge-01
In this project, images are pulled from the Lorem Picsum API and the photographer's name is displayed when a button is clicked.
Language: JavaScript - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

marisabrantley/github-repo-gallery Fork of skillcrush/github-repo-gallery
The GitHub Repo Gallery project pulls data from GitHub API calls to populate username, bio, location, number of public repos, and individual repo information, which can be clicked on or searched using dynamic search functionality.
Language: CSS - Size: 30.3 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

sheblair/rogue-pickings
This is a sample website for a food truck company.
Language: HTML - Size: 592 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

sheblair/jubilee-austen
This is a sample website for a developer portfolio.
Language: HTML - Size: 1.04 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

marisabrantley/field-trip-registration Fork of skillcrush/js-l12-practice-exercise-03
This exercise required using JavaScript to fetch data from a JSON file with an array of student "objects" to determine which students still needed to register for a field trip.
Language: HTML - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

marisabrantley/random-user-generator Fork of skillcrush/js-l12-practice-exercise-01
This project involves pulling random user images and corresponding data from the Random User Generator API, and creating a drop-down menu to select the number of users to display.
Language: JavaScript - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

marisabrantley/magic-8-ball
This fun project was part of Skillcrush's "Introduction to JavaScript" class. It includes JavaScript and jQuery. I made it responsive and added a gradient background. Go ahead and ask it a question!
Language: CSS - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

marisabrantley/weekend-repair-project
This exercise used factory functions to create vehicle objects, and an event to display which vehicles need repairing when a button is clicked.
Language: CSS - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

marisabrantley/sharons-pet-rescue
This project was created for a fictitious pet rescue, so visitors on their site could view which pets were available to meet and play with.
Language: JavaScript - Size: 40 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

marisabrantley/epic-mix
This exercise used functions, the forEach method, createElement, classList, innerHTML, append, and template literals to create an auto-generated list of songs and their indices.
Language: CSS - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

marisabrantley/beach-potluck-party
The project involved creating a guest list for a fictitious potluck, then randomly assigning dishes for the guests to bring along.
Language: JavaScript - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

marisabrantley/keypress-surprise
This keydown exercise changes text to emojis when the user presses "1," "2," or "3," and clears the emojis when the user selects the "Clear" button.
Language: CSS - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

marisabrantley/subscription-calculator-challenge
A subscription calculator to provide the user with the cost of plans for different subscription types and durations.
Language: HTML - Size: 1.36 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

marisabrantley/number-guesser-skillcrush
In this Skillcrush exercise, a "coworker" created a number guessing game but it wasn't working. We were to debug and make it work.
Language: CSS - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

marisabrantley/vacation-budget-calculator-challenge
In this challenge, we were to create a vacation budget calculator to allow the user to calculate their daily budget for food and fun.
Language: CSS - Size: 282 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

marisabrantley/personalized-center-flexbox-project
Skillcrush Class Project re Personalizing Flexbox Project, Centering
Language: CSS - Size: 2.41 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

marisabrantley/center-divs-flexbox-project
Additional Skillcrush Creating Responsive Websites Class Project re Centering in Flexbox
Language: CSS - Size: 941 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

marisabrantley/potluck-invite-exercise
The Potluck Invite Exercise had students use querySelectors, event listeners, event handlers to change a headline, and the classList property & an if/else statement to create dark mode.
Language: CSS - Size: 4.33 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

marisabrantley/ryans-roses
JavaScript exercise on selecting and modifying the mock florist website, Ryan's Roses, with querySelector() and other properties as part of Skillcrush's JS, HTML, & CSS Lesson.
Language: CSS - Size: 14.7 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

marisabrantley/phase-1-milestone-project
This Skillcrush "Milestone Project" entailed designing, building and launching a portfolio website (non-responsive). I chose calming blues and greens, inspired by the relaxed beach life of our area.
Language: HTML - Size: 1.54 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

marisabrantley/responsive-rogue-pickings
Making a Former Static Website Responsive (Mobile, Tablet, Desktop) for a Skillcrush Class Project
Language: CSS - Size: 305 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

marisabrantley/unplugged-retreat-project
This Unplugged Retreat Project is the final project for Skillcrush's "Coding Responsive Websites" class. It's a responsive, mobile-first designed website for a fictitious retreat in the Santa Cruz Mountains. The multi-page site was built utilizing CSS Flexbox.
Language: HTML - Size: 63 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

marisabrantley/rogue-pickings
The Rogue Pickings website is a mock client site for the final project in Skillcrush's "HTML and CSS" class. It is based on a Photoshop PSD comp, and utilizes CSS Flexbox.
Language: HTML - Size: 833 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

marisabrantley/lolcat-clock
The LOLcat Clock Skillcrush project is based on the popular LOLcat memes. Coded with JavaScript, it features a clock with the current time, and an image that changes depending on the time of day. The LOLcat Clock also has three timers, and corresponding images for each. A bonus is the Party Time button.
Language: HTML - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

marisabrantley/my-first-repo
Pushing my first repo as part of Skillcrush's Git & GitHub class.
Language: CSS - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

marisabrantley/static-to-fluid-project
Skillcrush Coding Responsive Websites Class Project
Language: CSS - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

marisabrantley/responsive-backgrounds-project
Skillcrush Media Queries Background Project
Language: CSS - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

marisabrantley/changing-device-font-colors
Skillcrush Coding Responsive Websites Project
Language: HTML - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

marisabrantley/centering-content-flexbox-project
Skillcrush Class Project re Centering Content with Flexbox
Language: CSS - Size: 392 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

stephcathoh/105-project
Language: HTML - Size: 58.6 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

artistwhocodes/105-project
a skillcrush project
Language: HTML - Size: 59.6 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

artistwhocodes/skillcrush-104 Fork of skillcrush/skillcrush-104
Skillcrush 104 class fun!
Language: HTML - Size: 14.4 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0
