Coder Social home page Coder Social logo

ryoia / hellopluralsightproject Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sergiocruz/hellopluralsightproject

0.0 1.0 0.0 87 KB

Demonstration on how projects work at Pluralsight.

License: MIT License

HTML 13.67% JavaScript 80.95% Dockerfile 5.38%

hellopluralsightproject's Introduction

Hello Pluralsight

Short Description

This is a sample project to test out how Projects work at Pluralsight. For this project, you'll be creating a basic website using HTML. If you want to deploy it to a real website, we'll even walkthrough how to do that!

Full Description

Project Overview

Learn the basics of Pluralsight Projects with this quick introduction, and become comfortable using Git and GitHub — even if you’ve never used them before.

You'll edit a basic HTML page, as well as fork a GitHub repository and clone it down locally.

Here's what you'll build in this project:

Screenshot

Applications and Tools You'll Need To Complete This Project

You'll need to have access to the following tools on your local machine to complete this project.

  • Git
  • GitHub
  • Code Editor
  • Command Line / Terminal Access

Never used Git and don’t have a code editor? We have a video that walks you through all the steps you’ll need to set this up.

Prerequisite Knowledge

Completing all of the tasks in this project requires knowledge of basic HTML. You'll also need to have a working knowledge of git to commit local changes and push them up to a GitHub repository. We'll walk you through that part, so if you haven't used Git before -- don't worry. We recommend that you should have already completed the following Pluralsight Courses:

And have an understanding of the following topics:

  • Know what an HTML tag looks like and how to add one to an existing HTML file.
  • Know some of the most common tags, like title, h1, ul, and li.

If you know these, you should be all set to jump in and give this project a shot!

Live Demo

Wondering what this project will look like when you've completed it? Follow this link to see a live version of it.

Setting Up The Project

In order to get this working, you'll need to have Git installed on your computer, and have a GitHub account. If this is your first time setting up Git, I'd recommend checking out Pluralsight's video on How to Setup Git for Pluralsight Projects in 5 Minutes to learn what you need to know.

The very first step is to fork this repository to your personal GitHub account and clone it down locally. We'll be editing the index.html file in the root directory for this project.

Associate Project with Pluralsight

After cloning this repository down, copy the ".projects_config" file from the HelloPluralsightProject and save that to this directory. This will allow your status to be reflected on the website while you're working through the project locally!

Installation

Run the following command from root folder of the HelloPluralsightProject to install all dependencies.

$ npm install

Verify Setup

In order to verify that everything is setup correctly, run the following command, which should show you a list of failing tests. This is good! Each of these tests corresponds to something we'll be working on in this project. By the end, all of the tests will pass.

$ npm test

We recommend also running the following command, which will watch for any changes to your files and then re-run the tests automatically. This makes things easier, since you'll see updates immediately when you save your files! You can run this command once, and then look back at the terminal after you've made changes to the "index.html" file.

$ npm test-watch

Hello Pluralsight

Add a Page Title

Create a title element with your name that's a child of the head element.

Add a Header Element

Add an h1 that's a child of the body that says "Hello, Pluralsight!".

Create an Unordered List

Create a ul element that's a child of the body that contains at least 2 li elements.

What Do You Want to Learn?

In each of those li elements, list out one thing you'd like to learn.

Next Steps

Once all tests are passing, try pushing your master branch up to the gh-pages branch -- this will make your webpage available on the web! Here's a command to do that:

$ npm run deploy:github-pages

This will make your index.html file available at the URL:

http://<username>.github.io/HelloPluralsightProject/

hellopluralsightproject's People

Contributors

adamfortuna avatar dandenney avatar jonfriskics avatar ryoia avatar thatchej avatar

Watchers

 avatar

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.