GitXplorerGitXplorer
T

webdev-assessment

public
5 stars
7 forks
1 issues

Commits

List of commits on branch master.
Verified
cd2ff4620a7a2c7973169ca94194cd7145af9d73

Fix typo in backend README

sskray committed 6 years ago
Unverified
4a6646c13b9281a9de9c3efcc941a3b478fa9685

Removing old logic section

committed 7 years ago
Unverified
4cdcf22beae9c428bb9671c10d92c0a859fcf38d

Simplifying assessment

committed 7 years ago
Unverified
bf0fc04f8f1df13518c6908d8fd691d12992185e

Initial commit

committed 7 years ago

README

The README file for this repository.

WWT

Web Developer Pre-Interview Take Home Assessment


Expectations

  • Be sure to read all the bullet points below.
  • Based on the position you are applying for, you should have been instructed to complete one of the following sections:
    • Backend
    • Frontend
  • You do not have to complete all assigned challenges/questions in your section, just get as far as you can with each of them.
  • This is not a PASS/FAIL test. We want to see how you approach solving problems and your skill level for different aspects of development.

Global Guidelines for all challenges

  • File names must remain the same as in the original repository so that reviewing your pull request is easier.
  • Expect to be asked questions regarding your work on this assessment during the interview.

First Steps

  1. Fork this repo.
  2. Do your work.
  3. Commit early/often with descriptive messages.
  4. When finished, send a pull request.

Authors