GithubHelp home page GithubHelp logo

dom-manipulation's Introduction

GETTING STARTED

  • Clone this repository.
  • Create a new repository in your Github account. Set it to be a public repo. Copy the new repo SSH path.
  • Open the cloned repo project in your favorite IDE. Start a terminal session.
  • Update/change the remote origin path with to the new SSH path OR add a new path (f.i "solved" or "destination"). Github's git remote actions docs.
  • Push the main/master branch to the new repository.
  • Run the Live Server with the "Go Live" button in the bottom right panel of VSCode.
  • Make sure to watch the intro video before you start.

BEFORE YOU START

  • Make sure to watch the two INTRO videos before you start:
  • There are 3 pages in the pages folder. They are all set to work properly if the code is written correctly in the files of the exercises folder and do NOT require any changes/updates
  • The exercise-info folder contains the information about the methods and documentation pieces you will use when solving the tasks. Please make sure to pay attention to what is asked before you start the exercise in the exercise file.
  • The exercise files (the only files you can change or update) are in the exercises folder.

HOW IT WORKS

  • Here is the order of going through the exercises:
    • moving-items
    • sorting-items
    • local-storage
  • The grading mentor will download your assignment, then start the live server and check if everything works as shown in the INTRO video. The mentor also makes sure that no files have changed except for the files in the exercise folder.
  • !!! Nothing is restricted to be used (loops, applicatives, any other methods). The only thing the mentor pays attention to if everything works as shown in the video and the exercise files' code follows all the requirements listed

CAUTION

Please, do NOT change or update:

  • Functions' arguments or their names. Use exactly the name used in examples.
  • Lines of code that are asked NOT to change or delete.
  • Commented out lines of text that initially were in the files.
  • Files in the css folder.
  • Files in the pages folder.
  • Files in the exercises-info folder.

You can only write your code in the "Your code goes here..." placeholder in each exercise file of the exercises folder.

Changing the files listed above may cause NOT meeting all the acceptance criteria. You can add/commit any repo changes any time you want, but if you haven't added, committed any changes you can always restore those file's initial state with git restore <fileName> command.

HOW TO SUBMIT

  • Make sure your code works as shown in the INTRO video
  • Commit and push the changes to your repository (the one you have created on step 2 of GETTING STARTED).
  • Submit the txt file with a repo link on the exercise page in Devslopes course.

dom-manipulation's People

Contributors

andreycodez avatar caleb-thomp 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.