-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from Wiredcraft/frontend-test-v2.0
New front end Test
- Loading branch information
Showing
1 changed file
with
1 addition
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1 @@ | ||
# Frontend | ||
|
||
### Context | ||
|
||
Use HTML, CSS, and JavaScript to implement the following mockup. | ||
|
||
![wiredcraft-front-end-test-mock](https://cldup.com/JM3lLBAS5V.jpg) | ||
|
||
[Mockup source Sketch file](https://cldup.com/2wo0ktkbxJ.sketch) | ||
|
||
### Requirements | ||
|
||
#### Page Structure | ||
|
||
```text | ||
Header(Navigation) | ||
Main | ||
- Table Filter | ||
- Search Filter (dropdown component) | ||
- Search Keywords (input field) | ||
- Table | ||
- Table Header | ||
- Table Body | ||
- Table Row | ||
- Collapsable Row (State -> Distract -> Township) | ||
- State Level (Show by default) | ||
- District Level (Hide by default, show by clicking the button in state level) | ||
- Township Level (Hide by default, show by clicking the button in district level) | ||
``` | ||
|
||
#### Functionality | ||
|
||
* 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. | ||
|
||
#### Tech stack | ||
|
||
* Use **React**. | ||
* Use **SASS**. | ||
|
||
#### Advanced requirements | ||
|
||
_These are used for some further challenges. You can safely skip them if you are not asked to do any, but feel free to try out._ | ||
|
||
* Make it responsive. | ||
*For the requirement description, refer to [test/coding/frontend](https://wiredcraft.gitbook.io/recruitment-test/coding/frontend).* |