https://github.com/ilyeshammadi/javascript-challenge
https://github.com/ilyeshammadi/javascript-challenge
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilyeshammadi/javascript-challenge
- Owner: ilyeshammadi
- Created: 2017-03-25T15:13:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T15:16:00.000Z (about 8 years ago)
- Last Synced: 2025-01-10T02:51:34.507Z (5 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# A tame-driven JS challenge
This repo includes a set of tests to the test JavaScript skills, or as a brain workout. :bowtie:
### Get started
You can clone or download this repo. Once you have done so, from the root
directory of the repo, run:npm install
npm startYou can then view the tests in your browser at and you will find the instructions there
described by the tests
[http://localhost:4444](http://localhost:4444).When you visit that page, all of the tests should be failing; your job is to
get the tests to pass. To do this, you'll need to refer to the tests in the
files in the `tests/app` directory, and edit the files in the `app/` directory.
Once you update a test, you can reload the test page in the browser to see
whether it worked. **and don't change the tests folder!**### Available dependencies
The repo includes jQuery, Backbone, and Underscore. You can use these
libraries when writing your solutions! **and only these!**### Data-driven tests
If your tests need data that can be fetched via XHR, stick a `.json` file in
the `data` directory; you can access it at `/data/.json`.### Questions
if you have any questions feel free to contact, [email protected]
### Completed?
Create a repo and send your solution to me, @bytewiz or [email protected]
would love to review it!