Code Monkey home page Code Monkey logo

sprint-2-challenge-michael021995's Introduction

Sprint 2 Challenge

Overview

Welcome to the Sprint 2 Challenge! You will be completing a list of coding challenges by writing code in the index.html file. Each coding challenge has a set of tests that must pass in order to receive a passing grade.

Below you will find step-by-step instructions to help you get setup and complete this Sprint Challenge. Good luck!

1. Setup Instructions

Cloning the Repository

To get started, clone the repository to your local machine. Cloning creates a local copy of the project on your computer. To clone your repository, open your terminal or Git BASH and execute:

git clone [your-repo-url-here]

You can get your repo url from GitHub by clicking on the green "<> Code" button and clicking on the copy button for the url.

Image of a GitHub repo page with the green code button open.

Preparing Your Environment

Once you have your files on your machine, open the index.html file in two programs:

  • VSCode for editing.
  • Chrome browser for viewing your changes. In Chrome, access the Dev Tools by either right-clicking and selecting "Inspect" or Ctrl+Shift+I/Cmd+Option+I. Then navigate to the Console tab. This is where you will see the results of the tests.

2. Challenge Completion

Working Through Challenges

For each challenge, read the instructions within the challenge link below and write your code in the index.html file. The index.html file has a function labeled with the challenge number where you will write your code. You can ignore the rest of the files.

Testing Your Code

To see if your code is passing the tests, open the index.html file in Chrome and look at the console. You will see a green checkbox for each test you pass and a red X for any tests that did not pass.

An image of what tests look like when the pass and fail in the Chrome Console

You must pass all the tests for each challenge to receive a passing grade.

3. Submission Process

Connecting to CodeGrade

Follow the instructions on Canvas to connect your project with CodeGrade. Once connected, you can submit your code by pushing your code to your GitHub repo.

Pushing Code to GitHub

Use the following git commands to push your completed challenge to GitHub for automatic grading:

git add .
git commit -m 'Challenge Submission'
git push origin main

At any point of the Sprint Challenge, you can submit your code to CodeGrade and you can make an unlimited number of submissions.

Ask Us: We're Here to Support You!

If you find yourself struggling during this Sprint Challenge, don't hesitate to use LearnBot or reach out to an LA or instructor. We know coding can be challenging, especially when you're just starting out.

Have fun with your Sprint 2 Challenge!

sprint-2-challenge-michael021995's People

Contributors

michael021995 avatar github-classroom[bot] avatar

Watchers

Austen Allred avatar Tom Tarpey avatar  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.