Skip to content

Commit 8ee71d3

Browse files
Fix typos + fix style
1 parent cd5a460 commit 8ee71d3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22

33
## GOALS
44

5-
65
#### 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/) .
76

87
We will only evaluate the client side code and the criteria will be based mainly on:
98

109
1. Good use of **pure Javascript** language without external libraries and frameworks like jQuery, React...
1110
2. Clean HTML and CSS markup
12-
3. Clean, maintainable & easy­to­read
11+
3. Clean, maintainable & easy-to-read
1312
4. Good architectural practices
1413

1514
## HOW TO START
1615

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`
2019
4. Open the browser with http://localhost:1337/ and start coding!
2120

2221
## NOT REQUIRED, BUT IMPRESSIVE

0 commit comments

Comments
 (0)