Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mar-alv/bora-codar

40 coding challenges proposed by Rocketseat to get your portfolio to the next level. I've made them with VanillaJS to show you can achieve it with simplicity and easier previewing on CodePen
https://github.com/mar-alv/bora-codar

challenge css html javascript js rocketseat

Last synced: about 1 month ago
JSON representation

40 coding challenges proposed by Rocketseat to get your portfolio to the next level. I've made them with VanillaJS to show you can achieve it with simplicity and easier previewing on CodePen

Awesome Lists containing this project

README

        

#boraCodar

![project-img](cover.png)

[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

[πŸ‡§πŸ‡· PortuguΓͺs](./docs/README-pt.md)

## πŸ“š Summary
- [❕ About](#about)
- [πŸ“– Instructions](#instructions)
- [πŸ“₯ Install](#install)
- [πŸš€ Run Locally](#locally)
- [πŸ“‚ Structure](#structure)
- [🧰 Technologies](#technologies)
- [πŸ“Έ Screenshots and πŸŽ₯ Recordings](#screenshots-prints)
- [πŸ‘€ Author](#author)
- [πŸ“„ License](#license)

### ❕ About
[40 coding challenges](https://www.rocketseat.com.br/boracodar) by [Rocketseat](https://www.rocketseat.com.br/) to elevate your portfolio to the next level

## πŸ“– Instructions
### πŸ“₯ Install
Paste thet command into a terminal open within a folder of your preference to clone the project
```sh
git clone https://github.com/mar-alv/bora-codar.git
```

### πŸš€ Run Locally
Install the Visual Studio Code extension 'Live Server', on the bottom right of the IDE, hit 'Go Live' and select which project you would like to test, link example: http://127.0.0.1:5500/bora-codar/1

## πŸ“‚ Structure
```
β”‚ 1-40/
β”‚ β”œβ”€β”€ assets/
β”‚ β”‚ └── ...
β”‚ β”œβ”€β”€ cover.png
β”‚ β”œβ”€β”€ index.html
β”‚ β”œβ”€β”€ script.js
β”‚ └── style.css
β”‚ docs/
β”‚ └── ...
```

## 🧰 Technologies
### Components
![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)

### Styling
![CSS](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
[![Phosphor Icons](https://img.shields.io/badge/Phosphor%20Icons-c4e456?style=for-the-badge&logo=phosphoricons&logoColor=black)](https://phosphoricons.com/)

### Utilities
[![ApexCharts](https://img.shields.io/badge/ApexCharts-1802FC?style=for-the-badge&logo=apexcharts&logoColor=white)](https://apexcharts.com/)
[![CodeMirror](https://img.shields.io/badge/CodeMirror-232F3E?style=for-the-badge&logo=codemirror&logoColor=white)](https://codemirror.net/)
[![CoinOne](https://img.shields.io/badge/CoinOne-326CE5?style=for-the-badge&logo=coinone&logoColor=white)](https://coinone.co.kr/)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)
![jQuery](https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white)
[![Three.js](https://img.shields.io/badge/Three.js-000000?style=for-the-badge&logo=three.js&logoColor=white)](https://threejs.org/)
[![Toastr](https://img.shields.io/badge/Toastr-CD6E2E?style=for-the-badge&logo=toastr&logoColor=white)](https://github.com/CodeSeven/toastr)
[![YouTube API](https://img.shields.io/badge/YouTube_API-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://developers.google.com/youtube/)

## πŸ“Έ Screenshots and πŸŽ₯ Recordings
| # | Challenge | Code | Made in | Preview |
| - | --------- | ---- | ------- | ------- |
| 1 | [Music Player](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-player-de-musica-desafio-01) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/1) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/poqQMwO) | October 7th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/1/cover.jpg) |
| 2 | [Product Card](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-card-de-produto-desafio-02) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/2) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/vYvvmpR) | October 8th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/2/cover.jpg) |
| 3 | [Buttons and Cursors Documentation](https://www.rocketseat.com.br/boracodar/desafios-anteriores/botoes-e-cursores-desafio-03) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/3) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/jOXJxXa) | October 12th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/3/cover.jpg) |
| 4 | [Chat](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-chat-desafio-04) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/4) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/abPxmXQ) | October 14th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/4/cover.jpg) |
| 5 | [Calculator](https://www.rocketseat.com.br/boracodar/desafios-anteriores/uma-calculadora-desafio-05) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/5) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/MWZdeaR) | October 17th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/5/cover.jpg) |
| 6 | [Airline Ticket](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-cartao-de-embarque-desafio-06) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/6) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/VwqJNLz) | October 18th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/6/cover.jpg) |
| 7 | [Carnaval Block Searcher](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-site-para-encontrar-seu-bloco-no-carnaval-desafio-07) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/7) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/rNoXmPK) | October 19th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/7/cover.jpg) |
| 8 | [Dashboard](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-dashboard-desafio-08) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/8) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/mdvbbzN) | October 26th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/8/cover.jpg) |
| 9 | [Coin Coverter](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-conversor-de-moedas-desafio-09) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/9) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/zYevEyv) | October 27th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/9/cover.jpg) |
| 10 | [Climate Prevision](https://www.rocketseat.com.br/boracodar/desafios-anteriores/uma-pagina-de-clima-desafio-10) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/10) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/MWLKGpp) | October 29th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/10/cover.jpg) |
| 11 | [Login Page](https://www.rocketseat.com.br/boracodar/desafios-anteriores/uma-pagina-de-login-desafio-11) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/11) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/gOqrYJx) | October 29th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/11/cover.jpg) |
| 12 | [Kanban Board](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-kanban-desafio-12) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/12) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/rNPeNya) | November 2nd, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/12/cover.jpg) |
| 13 | [Credit Card Form](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-forms-de-cartao-de-credito-desafio-13) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/13) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/bGzeBxW) | November 4th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/13/cover.jpg) |
| 14 | [File Upload](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-componente-de-upload-desafio-14) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/14) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/bGzBYpg) | November 10th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/14/cover.jpg) |
| 15 | [Pricing Table](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-pricing-table-desafio-15) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/15) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/KKJmJZE) | November 11th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/15/cover.jpg) |
| 16 | [Contact List](https://www.rocketseat.com.br/boracodar/desafios-anteriores/uma-pagina-de-contatos-desafio-16) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/16) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/zYezrXb) | November 15th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/16/cover.jpg) |
| 17 | [Date Picker](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-date-picker-desafio-17) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/17) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/zYeEgGo) | December 9th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/17/cover.jpg) |
| 18 | [Character Cards](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-card-de-personagem-desafio-18) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/18) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/poGBpGG) | January 3rd, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/18/cover.jpg) |
| 19 | [Transportation Widget](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-widget-de-transporte-desafio-19) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/19) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/JjzREqp) | January 12th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/19/cover.jpg) |
| 20 | [Abstract Gallery](https://www.rocketseat.com.br/boracodar/desafios-anteriores/uma-galeria-com-hover-desafio-20) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/20) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/mdoOwwX) | January 12th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/20/cover.jpg) |
| 21 | [E-commerce Cart](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-carrinho-de-compras-desafio-21) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/21) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/PoLbKqL) | January 13th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/21/cover.jpg) |
| 22 | [Profile Settings](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-componente-de-profile-settings-desafio-22) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/22) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/NWJbEpO) | January 14th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/22/cover.jpg) |
| 23 | [Multi Step Form](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-formulario-multi-step-desafio-23) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/23) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/wvOoQxQ) | January 14th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/23/cover.jpg) |
| 24 | [Illumination Adjustment](https://www.rocketseat.com.br/boracodar/desafios-anteriores/ajustes-de-iluminacao-desafio-24) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/24) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/RwdZWJN) | January 22th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/24/cover.jpg) |
| 25 | [Video Player](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-player-de-vr-desafio-25) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/25) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/bGZrOxv) | January 26th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/25/cover.jpg) |
| 26 | [Recipe](https://www.rocketseat.com.br/boracodar/desafios-anteriores/uma-receita-junina-desafio-26) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/26) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/poYdvwp) | January 28th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/26/cover.jpg) |
| 27 | [Not Found Page](https://www.rocketseat.com.br/boracodar/desafios-anteriores/uma-pagina-de-erro-404-desafio-27) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/27) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/qBvxpYM) | January 30th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/27/cover.jpg) |
| 28 | [AI Platform](https://www.rocketseat.com.br/boracodar/desafios-anteriores/uma-plataforma-de-ia-desafio-28) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/28) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/abMqqLx) | February 13th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/28/cover.jpg) |
| 29 | [AI Before & After Image](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-antes-e-depois-com-ia-desafio-29) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/29) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/abMQxRM) | February 13th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/29/cover.jpg) |
| 30 | [AI Movies Recommendation](https://www.rocketseat.com.br/boracodar/desafios-anteriores/gerador-de-sugestao-de-filmes-com-ia-desafio-30) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/30) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/WNmYBgY) | February 15th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/30/cover.jpg) |
| 31 | [AI YouTube Video Transcription](https://www.rocketseat.com.br/boracodar/desafios-anteriores/transcricao-de-video-com-ia-desafio-31) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/31) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/XWGOjKa) | February 17th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/31/cover.jpg) |
| 32 | [AI SQL Queries Questions Answer](https://www.rocketseat.com.br/boracodar/desafios-anteriores/app-de-traducao-de-sql-com-ia-desafio-32) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/32) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/YzgBmLB) | February 17th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/32/cover.jpg) |
| 33 | [Ticket Generator](https://www.rocketseat.com.br/boracodar/desafios-anteriores/gerador-de-ticket-desafio-33) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/33) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/GReYMxG) | February 17th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/33/cover.jpg) |
| 34 | [Shopping List](https://www.rocketseat.com.br/boracodar/desafios-anteriores/uma-lista-de-compras-desafio-34) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/34) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/XWGGbVy) | February 18th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/34/cover.jpg) |
| 35 | [Drink Water Reminder](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-reminder-para-beber-agua-desafio-35) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/35) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/eYXXymZ) | February 23th, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/35/cover.jpg) |
| 36 | [Nutritional Table](https://www.rocketseat.com.br/boracodar/desafios-anteriores/uma-tabela-nutricional-desafio-36) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/36) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/abMgVjx) | March 1st, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/36/cover.jpg) |
| 37 | [Smartwatch Sleep APP](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-app-de-sono-para-smartwatch-desafio-37) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/37) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/ZEZYWLw) | March 2nd, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/37/cover.jpg) |
| 38 | [Cards Quiz](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-quiz-de-cards-com-imagem-desafio-38) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/38) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/jOREYRa) | March 3rd, 2024 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/38/cover.jpg) |
| 39 | [Product Rating Widget](https://www.rocketseat.com.br/boracodar/desafios-anteriores/um-widget-de-avaliacao-de-produto-desafio-39) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/39) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/BavqyaY) | October 4th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/39/cover.jpg) |
| 40 | [Newsletter Page](https://www.rocketseat.com.br/boracodar/desafios-anteriores/uma-pagina-de-newsletter-desafio-40) | [GitHub](https://github.com/mar-alv/bora-codar/tree/main/40) [CodePen](https://codepen.io/Marcelo-Alvarez-the-sasster/pen/dywgKGd) | October 6th, 2023 | ![Preview](https://github.com/mar-alv/bora-codar/blob/main/40/cover.jpg) |

## πŸ‘€ Author


Marcelo Alvarez GitHub profile picture

Marcelo Alvarez


Front-end Developer

"Some AI generated funny quote here πŸ˜—"


LinkedIn


Portfolio


## πŸ“„ License
Licensed under [MIT](./LICENSE)