Skip to content

Commit

Permalink
Fixed grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
EcutDavid authored Jul 13, 2016
1 parent ba94fbf commit 5fb31e3
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Make sure you read **all** of this document carefully, and follow the guidelines

## Background

Use HTML, CSS and JavaScript to implement the following mock.
Use HTML, CSS and JavaScript to implement the following mockup.

![wiredcraft-front-end-test-mock](https://cldup.com/JM3lLBAS5V.jpg)

Source file here: https://cldup.com/2wo0ktkbxJ.sketch
[Mockup source Sketch file](https://cldup.com/2wo0ktkbxJ.sketch)

### Page structure
### Page Structure

```
Header(Navigation)
Expand All @@ -31,21 +31,20 @@ Main

### Functionality

* Static page header(nav), nothing need to do here.
* The table filter needs to be able to filter the result in the table by the type and keywords
* The table is nested, and grouped by state, district, township
* Static page header(navigation bar), no extra features needed.
* The table filter needs to be able to filter the result in the table by the type and keywords.
* The table is nested, and grouped by state, district, township.

## Getting started
## Getting Started

There's nothing here, we leave it to you to choose the build tool, code structure, framework, testing approach...

## Requirements

- With clear documentation on how to run the code
- Clear documentation, including but not limited to how to test your code.

- Provide proper unit test
- Proper unit tests.

- Use git to manage code

## What We Care About

Expand All @@ -57,9 +56,9 @@ Here's what you should aim for:

- Good use of current HTML, CSS and JavaScript & performance best practices.

- Solid testing approach
- Solid testing approach.

- Extensible code;
- Extensible code.

## Q&A

Expand Down

0 comments on commit 5fb31e3

Please sign in to comment.