diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..22a02b5 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index 1350e1a..978b943 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,13 @@ We need to add lots of features quickly and be sure not to break any existing fu ## The Challenge This is a copy of the todoMVC app (http://todomvc.com/), the simple todo list which allows user to keep track on his current and completed todos. Review 2 pull requests in this repo which added a new feature each to the app. Make sure that these features won't bring any bugs which could break functionality of our app. Provide us your comments. Your response will be avaluated by the issues you identify and how you communicate them. -The deployed app is live at https://qa.challenges.superstruct.tech. + +## Instructions + +How to attempt this challenge: + +1) Make youself familiar with app. Click the link on top of this page to run the app in your browser +2) Open a deployed preview and see how app may look like if it will You can find each deployed preview (deployed pull request) in the pull request: 1) Click on the 'Pull requests' tab on the top of the page @@ -17,9 +23,5 @@ You can find each deployed preview (deployed pull request) in the pull request: 3) Click on 'Details' button in a green box with commit statuses, as shown in picture: ![Commit](commit.png) -## Instructions - -How to attempt this challenge: - 1) Create a private gist with your comments 2) Send your hiring contact the link to your secret gist. diff --git a/index.html b/index.html index 90c0676..79b63d8 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@