16 |
17 |
18 |
19 | Search for Github Users
20 |
21 |
22 |
23 |
24 |
25 |
26 | {(error.search !== "") ? {error.search} : ""}
27 |
28 |
29 |
30 | {(submittedSearch.q === "") ?
31 |
|
:
32 |
33 |
34 | {(users.length > 0) ?
35 |
36 | :
37 | }
38 |
39 |
40 | {(organizations.length > 0) ?
41 |
42 | :
43 | }
44 |
45 |
46 | }
47 |
48 | )
49 | }
50 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
2 |
3 | ## Available Scripts
4 |
5 | In the project directory, you can run:
6 |
7 | ### `yarn start`
8 |
9 | Runs the app in the development mode.