Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hdoc1509/dev-challenges
My solutions for Front-end Developer path of DevChallenges
https://github.com/hdoc1509/dev-challenges
dev-challenges devchallenges react
Last synced: about 2 months ago
JSON representation
My solutions for Front-end Developer path of DevChallenges
- Host: GitHub
- URL: https://github.com/hdoc1509/dev-challenges
- Owner: Hdoc1509
- License: mit
- Created: 2023-07-13T21:35:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-22T02:52:59.000Z (8 months ago)
- Last Synced: 2024-05-22T20:29:21.649Z (8 months ago)
- Topics: dev-challenges, devchallenges, react
- Language: TypeScript
- Homepage:
- Size: 3.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# dev-challenges
Monorepo that hosts my [solutions](#challenges) for
[DevChallenges](https://devchallenges.io/) and
[Legacy DevChallenges](https://legacy.devchallenges.io/) _(currently down)_.There are some [packages](#packages) I created while completing them.
## Challenges
### Responsive Web Design
- [x] [Contact Page](/vanilla/contact-page/)
### JavaScript
- [x] [Multi-step Register Form](/vanilla/multi-step-form/)
- [ ] [Music Player](/vanilla/music-player/)
- [ ] [Random Quote](/vanilla/quote-generator/)
- [ ] [QR Code Generator](/vanilla/qr-code-generator/)
- [ ] [Guess The Word Game](/vanilla/guess-the-word/)### Frontend Libraries
- [ ] [Simple Coffee Listing](/frontend-dev/coffee-listing/)
- [ ] [Translate app](/frontend-dev/translate-app/)
- [ ] [Github Profile](/frontend-dev/github-profile/)
- [ ] [Country Page - WorldRanks](/frontend-dev/country-page-worldranks/)
- [ ] [Country Quiz](/frontend-dev/country-quiz/)### Legacy
- [x] [Button component](/legacy/button-component/)
- [x] [Input component](/legacy/input-component/)
- [x] [Windbnb](/legacy/windbnb/)
- [x] [Todo app](/legacy/todo-app/)
- [x] [Random quote generator](/legacy/quote-generator/)
- [x] [Country quiz](/legacy/country-quiz/)
- [x] [Weather app](/legacy/weather-app/)
- [x] [Github Jobs](/legacy/github-jobs/)## Packages
[``](https://hdoc1509.github.io/hrc/) is a set of libraries that I
created while completing challenges.It contains the following packages:
- [@hrc/babel-config](https://hdoc1509.github.io/hrc/packages/babel-config/)
- [@hrc/button](https://hdoc1509.github.io/hrc/packages/button/)
- [@hrc/input](https://hdoc1509.github.io/hrc/packages/input/)
- [@hrc/material-icons](https://hdoc1509.github.io/hrc/packages/material-icons/)
- [@hrc/spinner](https://hdoc1509.github.io/hrc/packages/spinner/)
- [@hrc/toggle-theme](https://hdoc1509.github.io/hrc/packages/toggle-theme/)
- [@hrc/type-utils](https://hdoc1509.github.io/hrc/packages/type-utils/)