Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…iew-test-short

Conflicts:
	README.md
  • Loading branch information
LorenzoGangi committed Jan 14, 2015
2 parents e703dcb + 09df10f commit 178d661
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,20 @@ Thank you for taking the time to take our test.
###Requirements:
0. All computation must take place on the client. Sorry no posting to the server, we want to see your
front end skills.

1. To get started fork this repo into your own GitHub account.
2. Using the existing form markup in `index.html`, create a script that on form submit

2. Without changing the existing form markup in `index.html`, create a script that on form submit
prepends the contents of the from `<input type="text" name="post" placeholder="thoughts?"/>`
to `<div id="page">`.

3. For each input value prepended, concatenate the second of the current browser date to
the input value.
4. Commit your code to your public git repo or zip it up. Then send us an email with the subject
"Front-end short test" that contains a link to your repo or has your test zip attached.


4. Once you finish coding, please
a. submit a pull request
b. then send an email with the subject line "Front-end short test" to [email protected]. Make sure to include your resume and a link to the pull request.

There is a time and place for javascript frameworks. This might not be it. We want to see your javascript skills so we
would like to see your solution be done in vanilla javascript, jQuery or a similar javascript library. That being said
if you feel strongly that this problem needs a framework by all means use one and tell us why.
Expand All @@ -32,4 +37,4 @@ Check out the GIF below to see a working example of what a finished test might a

![](steps.gif)

Good Luck!
Good Luck!
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<img src="images/logo.png" alt="the network"/>
</div>
<div id="search">
<form method="get" action="#">
<form method="get">
<input type="text" name="post" placeholder="thoughts?"/>
<button>Post</button>
<input type="submit" value="Post">
</form>
</div>
<br>
Expand All @@ -25,4 +25,4 @@
</div>

</body>
</html>
</html>

0 comments on commit 178d661

Please sign in to comment.