Skip to content

Commit f060f1a

Browse files
authored
Update README.md
1 parent 44fb16c commit f060f1a

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,22 @@ Loading state, API usage
2626
Web sockets, events, callbacks & React hooks. Talks to [Botty](https://github.com/alexgurr/botty)
2727

2828
 
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
3334

3435
 
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.
3738

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.*
3945

4046
 
4147
## Have you got the solutions?
@@ -45,8 +51,8 @@ All the coding challenges have been completed to a high standard. Get an automat
4551
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.
4652

4753
 
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!**
5056

5157
 
5258
## Thoughts or feedback 💬

0 commit comments

Comments
 (0)