Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaylakremer/coderbyte-react
My Coderbyte solutions for the React challenges
https://github.com/kaylakremer/coderbyte-react
coderbyte coderbyte-js-solutions coderbyte-solutions javascript react react-native reactjs typescript
Last synced: 13 days ago
JSON representation
My Coderbyte solutions for the React challenges
- Host: GitHub
- URL: https://github.com/kaylakremer/coderbyte-react
- Owner: kaylakremer
- License: mit
- Created: 2021-10-24T05:59:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T18:03:59.000Z (7 months ago)
- Last Synced: 2024-12-14T07:20:15.636Z (22 days ago)
- Topics: coderbyte, coderbyte-js-solutions, coderbyte-solutions, javascript, react, react-native, reactjs, typescript
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 87
- Watchers: 5
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coderbyte React Challenges
- This repo contains my solutions for the [React & React Native challenges](https://coderbyte.com/challenges).
- All solutions received a 10/10 score.
- Feel free to use any of my solutions for yourself!
## Updates
#### 1/8/23
Added missing solutions for the newer challenges Coderbyte released.
#### 6/13/23
Refactored a few solutions.
#### 9/21/23
Slight editing of `README`.
#### 1/20/24
- Refactored all previous solutions to use React 18 and use .jsx/.tsx file extensions
- Redid solution for `tictactoe.jsx`
- Added new solutions for the following challenges:
- `color-dropdown.jsx`
- `letter-tiles.jsx`
- `live-paragraph.jsx`
- `quiz-builder.jsx`
- `weather-dashboard.jsx`
- Updated `README`## FAQ
**Can you include the challenge's question in your solution?**
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.
**Do you accept submissions for alternative solutions?**
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!