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
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,16 +26,22 @@ Loading state, API usage
26
26
Web sockets, events, callbacks & React hooks. Talks to [Botty](https://github.com/alexgurr/botty)
27
27
28
28
29
-
## When could these be useful?
30
-
- Usage as short coding exercises, such as for interviews
31
-
- To test yourself/test your coding abilities under pressure
32
-
- For beginners looking for a fun way to learn React
29
+
## What are the challenges for?
30
+
They could be:
31
+
- Short coding exercises, for use in interviews with candidates
32
+
- Ways for you to test yourself / test your coding abilities under pressure
33
+
- Fun exercises to help you learn React
33
34
34
35
35
-
## How do they work?
36
-
The scaffolding is done for you. Simply run `yarn` in any of the directories to start the application. Each application has a README with its requirements.
36
+
## How do they work / how do I get started?
37
+
The scaffolding of each challenges / app is done for you and each challenge has *create-react-app* as its foundation.
37
38
38
-
Some might require connection to external APIs, but all information will be provided in the inididual challenge readmes.
39
+
- Clone the whole challenges repository
40
+
- Run `yarn` or `npm install` in any of the individual challenge directories to install dependencies
41
+
- Run `yarn start` or `npm start` to start the application on port 3000 (CRA default)
42
+
- Each challenge has a README with requirements for you to complete
43
+
44
+
*Some challenges might require usage of external APIs, but all information will be provided in the individual challenge readme.*
39
45
40
46
41
47
## Have you got the solutions?
@@ -45,8 +51,8 @@ All the coding challenges have been completed to a high standard. Get an automat
45
51
People use these challenges for interviews. By putting the solutions behind a collaboration wall / invite-only repository we can discourage candidates from simply looking up the solutions. We track current/past collaborators, meaning if you want to check if a potential candidate had access/looked at the solutions you can get in touch and find out.
46
52
47
53
48
-
## Why does it take so long for updates/new challenges?
49
-
I work on these challenges & solutions in my spare time, on top of a full time job and all the other stuff. Because of this, I don't always get a lot of time to maintain and add new challenges. Interested in becoming a collaborator or submitting your own challenge? **Reach out below.**
54
+
## Why does it take so long for updates / new challenges?
55
+
I work on these challenges & solutions in my spare time, on top of a full time job and everything else that comes in life. Because of this, I don't always get a lot of time to maintain and add new challenges. Interested in becoming a collaborator or submitting your own challenge? **Reach out below or submit a new challenge!**
0 commit comments