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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ This client was built using the official Facebook [create-react-app](https://www
27
27
28
28
To install npm dependencies use ```npm install``` and finally ```npm start``` to run the React application.
29
29
30
+
The UI is fully made using [Semantic UI](https://semantic-ui.com/) - decided that it's the oportunity to get it out from my pending PoC checklist and use effectively. Semantic is a development framework that helps to create modern designs and responsive layouts. It also empowers designers and developers by creating a shared vocabulary for UI.
31
+
30
32
#### TDD + BDD
31
33
We have some tests too to be sure that our client and server-side API are working succesfully.
0 commit comments