An open API service indexing awesome lists of open source software.

https://github.com/leva2020/test-cafeto


https://github.com/leva2020/test-cafeto

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# PROS UI Software Engineer Pre-Interview Questions

The repo includes a set of tests that assess your JavaScript skills, based
on Rebecca Murphey's js-assessment framework.

# How do I begin?

1. If you don't have a Github account, [sign up](https://github.com/signup/free)!
2. Fork this repo to your own Github repo
3. Clone the repo locally on your own computer
4. Implement the functions in each of the scripts located in the `app/` dir
5. Test your results as described below
6. Commit your changes to your personal Github repo (No need to submit a pull request)
7. Email us the link to your repo so that we can review your results

Note: You may receive notifications that your repo has been followed or forked by a PROS employee.
These actions are simply part of the review process.

# I want to work on the tests; what do I do?

To use the tests, you will need to install Node -- you can do this via the
[download page](http://nodejs.org/#download)

Note that on Windows, there are some reports that you will need to restart
after installing Node.

You can clone or download this repo. Once you have done so, from the root
directory of the repo, run:

npm install
npm run start

You can then view the tests in your browser at
[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.

# License

Portions Copyright © 2012 PROS, Inc.
Core Framework Copyright © 2012 Rebecca Murphey. [Core Repo](https://github.com/rmurphey/js-assessment)

This work is licensed under the [Creative Commons Attribution-Share Alike 3.0](http://creativecommons.org/licenses/by-sa/3.0/)
license. You are free to share and remix the work, and to use it for commercial
purposes under the following conditions:

- *Attribution* — You must attribute the work in the manner specified by the
author or licensor (but not in any way that suggests that they endorse you or
your use of the work).
- *Share Alike* — If you alter, transform, or build upon this work, you may
distribute the resulting work only under the same or similar license to this
one.

Any of these conditions can be waived if you get permission from the copyright
holder.