You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,20 @@
2
2
3
3
## GOALS
4
4
5
-
6
5
#### The main goal of this tech test is to create a client side web application that reproduces the screenshots below by using [GitHub API](https://developer.github.com/v3/) .
7
6
8
7
We will only evaluate the client side code and the criteria will be based mainly on:
9
8
10
9
1. Good use of **pure Javascript** language without external libraries and frameworks like jQuery, React...
11
10
2. Clean HTML and CSS markup
12
-
3. Clean, maintainable & easytoread
11
+
3. Clean, maintainable & easy-to-read
13
12
4. Good architectural practices
14
13
15
14
## HOW TO START
16
15
17
-
1. Investigate the github api calls for user and repos (for example: test them in the browser)
18
-
2. Fork this repository & cd into the directory
19
-
3. Launch the web application, for example with: python -m SimpleHTTPServer 1337
16
+
1. Investigate the GitHub API calls for `user` and `repos` (for example: test them in the browser)
17
+
2. Fork this repository & enter into the directory
18
+
3. Launch the web application, for example with: `python -m SimpleHTTPServer 1337`
20
19
4. Open the browser with http://localhost:1337/ and start coding!
0 commit comments