Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 714 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 714 Bytes

Lesson 2

Use Javascript to create a list that the user can edit and remove items

Quick start

Complete the following steps in command line:

  • Clone the git repo git clone https://github.com/barbados-dev-meetups/lesson-02.git
  • Enter the cloned directory using cd lesson-02
  • View website by opening index.html in your browser
  • Edit files by using your preferred code editor

Contributing

We encourage contributions!

How to submit a pull request:

  • Create a fork of this git repo
  • Commit each change to a separate branch on the forked repo
  • Submit a pull request to this repo