Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)