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
+2-4
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Below are specific requirements we have which cannot be adequately expressed thr
6
6
7
7
If you feel that you have a personal project that closely resembles this project, send us the repo and we’ll evaluate that project instead. Only your contributions will be evaluated and the project must demonstrate the following competencies with:
8
8
- Making an app mobile-friendly/responsive
9
-
-Using SCSS
9
+
-Creating and utilizing modern styling
10
10
- Creating a stateful JS application
11
11
12
12
## Assessment expectations
@@ -18,9 +18,7 @@ Code reviewers will be directed to pay special attention to the following:
18
18
- Code organisation and maintainability
19
19
- If a JS framework is used, are that libraries best practices followed
20
20
- Any novel, or additional features beyond the given scope
21
-
- You may not use any existing SCSS (SASS), LESS, or CSS frameworks.
22
-
- You may use a style reset, or normalize if you wish.
23
-
- You must use SCSS (SASS) to demonstrate competency with the language.
21
+
- You may utilize SCSS/LESS/CSS Modules/CSS-in-JS to create necessary styles, but please avoid utilizing any frameworks or libraries that are already styled. (You may utilize a reset or normalize file if you would like)
24
22
25
23
## Rune Mastery Loadout Talent Calculator 9000
26
24
Players of TitanStar Legends can spend talent points that they’ve collected on runes within a tree. We need to write a js application that simulates the rune tree within the game so players can replicate their in-game loadouts to share with the TitanStar Legends community.
0 commit comments