Skip to content

Commit 297afef

Browse files
committed
chore: update README
1 parent 0e687af commit 297afef

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

README.md

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,43 @@
11
# Coderbyte React Challenges
22

3-
- This repo contains my solutions for the [React Interview Kit](https://coderbyte.com/interview-kit/react) challenges.
3+
- This repo contains my solutions for the [React & React Native challenges](https://coderbyte.com/challenges).
44

55
- All solutions received a 10/10 score.
66

77
- Feel free to use any of my solutions for yourself!
88

9-
### Update 1/8/23
9+
## Updates
1010

11-
I added the missing solutions to the newer challenges Coderbyte made for React/React Native since I first created this repo. As of now, all challenges are solved. Since this repo seems to be popular, I will try to periodically check and update it with more solutions if Coderbyte decides to add more React challenges.
11+
#### 1/8/23
1212

13-
### Update 6/13/23
13+
Added missing solutions for the newer challenges Coderbyte released.
1414

15-
Refactored a few solutions!
15+
#### 6/13/23
1616

17-
### Update 9/21/23
18-
Slight editing of README.
17+
Refactored a few solutions.
18+
19+
#### 9/21/23
20+
21+
Slight editing of `README`.
22+
23+
#### 1/20/24
24+
25+
- Refactored all previous solutions to use React 18 and use .jsx/.tsx file extensions
26+
- Redid solution for `tictactoe.jsx`
27+
- Added new solutions for the following challenges:
28+
- `color-dropdown.jsx`
29+
- `letter-tiles.jsx`
30+
- `live-paragraph.jsx`
31+
- `quiz-builder.jsx`
32+
- `weather-dashboard.jsx`
33+
- Updated `README``
34+
35+
## FAQ
36+
37+
**Can you include the challenge's question in your solution?**
38+
39+
Unfortunately, no since I don't want to violate Coderbyte's [Terms of Use](https://coderbyte.com/terms). My solutions are only meant as a resource to check against your own or just to study from in general! You'll need to pay for Coderbyte to see the questions to their code challenges.
40+
41+
**Do you accept submissions for alternative solutions?**
42+
43+
No, not at this time. I originally intended to use this repo as a way to keep a copy of my solutions I wrote when I ended my Coderbyte subscription. However, since this repo has grown in popularity, if there is more interest to open this repo up and accept alternative solution submissions, I may consider this!

0 commit comments

Comments
 (0)