├── CaixaEletronico ├── app.js ├── index.html └── style.css ├── ConsultorioOdontologico ├── app.js ├── index.html └── style.css ├── ContasDoMes ├── app.js ├── index.html └── style.css ├── CriacaoDeChinchilas ├── app.js ├── index.html └── style.css ├── DescubraONumero ├── app.js ├── index.html └── style.css ├── FabricaDeEstrelas ├── app.js ├── index.html └── style.css ├── FabricaDeEstrelas2 ├── app.js ├── index.html └── style.css ├── Farmacia ├── app.js ├── index.html └── style.css ├── FusoHorario ├── app.js ├── index.html └── style.css ├── JogosEliminatorios ├── app.js ├── index.html └── style.css ├── LadosDoTriangulo ├── app.js ├── index.html └── style.css ├── LanHouse ├── app.js ├── index.html └── style.css ├── Locadora ├── app.js ├── index.html └── style.css ├── MediaDoAluno ├── app.js ├── index.html └── style.css ├── NumerosDecrescentes ├── app.js ├── index.html └── style.css ├── NumerosEmOrdem ├── app.js ├── index.html └── style.css ├── NumerosPerfeitos ├── app.js ├── index.html └── style.css ├── NumerosPrimos ├── app.js ├── index.html └── style.css ├── ParOuImpar ├── app.js ├── index.html └── style.css ├── Parquimetro ├── app.js ├── index.html └── style.css ├── PesoIdeal ├── app.js ├── index.html └── style.css ├── ProgramaBrinquedoteca ├── app.js ├── index.html └── style.css ├── ProgramaConcurso ├── app.js ├── index.html └── style.css ├── README.md ├── RaizQuadrada ├── app.js ├── index.html └── style.css ├── RepeteFruta ├── app.js ├── index.html └── style.css ├── Restaurante ├── app.js ├── index.html └── style.css ├── RevendaDeVeiculos ├── app.js ├── index.html └── style.css ├── RevendaHerbie ├── app.js ├── index.html └── style.css ├── Supermercado ├── app.js ├── index.html └── style.css ├── Tabuada ├── app.js ├── index.html └── style.css ├── UltimasNoticias ├── app.js ├── index.html └── style.css ├── VerificaVelocidade ├── app.js ├── index.html └── style.css └── questoes.md /CaixaEletronico/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/CaixaEletronico/app.js -------------------------------------------------------------------------------- /CaixaEletronico/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/CaixaEletronico/index.html -------------------------------------------------------------------------------- /CaixaEletronico/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/CaixaEletronico/style.css -------------------------------------------------------------------------------- /ConsultorioOdontologico/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ConsultorioOdontologico/app.js -------------------------------------------------------------------------------- /ConsultorioOdontologico/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ConsultorioOdontologico/index.html -------------------------------------------------------------------------------- /ConsultorioOdontologico/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ConsultorioOdontologico/style.css -------------------------------------------------------------------------------- /ContasDoMes/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ContasDoMes/app.js -------------------------------------------------------------------------------- /ContasDoMes/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ContasDoMes/index.html -------------------------------------------------------------------------------- /ContasDoMes/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ContasDoMes/style.css -------------------------------------------------------------------------------- /CriacaoDeChinchilas/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/CriacaoDeChinchilas/app.js -------------------------------------------------------------------------------- /CriacaoDeChinchilas/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/CriacaoDeChinchilas/index.html -------------------------------------------------------------------------------- /CriacaoDeChinchilas/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/CriacaoDeChinchilas/style.css -------------------------------------------------------------------------------- /DescubraONumero/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/DescubraONumero/app.js -------------------------------------------------------------------------------- /DescubraONumero/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/DescubraONumero/index.html -------------------------------------------------------------------------------- /DescubraONumero/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/DescubraONumero/style.css -------------------------------------------------------------------------------- /FabricaDeEstrelas/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/FabricaDeEstrelas/app.js -------------------------------------------------------------------------------- /FabricaDeEstrelas/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/FabricaDeEstrelas/index.html -------------------------------------------------------------------------------- /FabricaDeEstrelas/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/FabricaDeEstrelas/style.css -------------------------------------------------------------------------------- /FabricaDeEstrelas2/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/FabricaDeEstrelas2/app.js -------------------------------------------------------------------------------- /FabricaDeEstrelas2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/FabricaDeEstrelas2/index.html -------------------------------------------------------------------------------- /FabricaDeEstrelas2/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/FabricaDeEstrelas2/style.css -------------------------------------------------------------------------------- /Farmacia/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Farmacia/app.js -------------------------------------------------------------------------------- /Farmacia/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Farmacia/index.html -------------------------------------------------------------------------------- /Farmacia/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Farmacia/style.css -------------------------------------------------------------------------------- /FusoHorario/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/FusoHorario/app.js -------------------------------------------------------------------------------- /FusoHorario/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/FusoHorario/index.html -------------------------------------------------------------------------------- /FusoHorario/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/FusoHorario/style.css -------------------------------------------------------------------------------- /JogosEliminatorios/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/JogosEliminatorios/app.js -------------------------------------------------------------------------------- /JogosEliminatorios/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/JogosEliminatorios/index.html -------------------------------------------------------------------------------- /JogosEliminatorios/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/JogosEliminatorios/style.css -------------------------------------------------------------------------------- /LadosDoTriangulo/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/LadosDoTriangulo/app.js -------------------------------------------------------------------------------- /LadosDoTriangulo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/LadosDoTriangulo/index.html -------------------------------------------------------------------------------- /LadosDoTriangulo/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/LadosDoTriangulo/style.css -------------------------------------------------------------------------------- /LanHouse/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/LanHouse/app.js -------------------------------------------------------------------------------- /LanHouse/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/LanHouse/index.html -------------------------------------------------------------------------------- /LanHouse/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/LanHouse/style.css -------------------------------------------------------------------------------- /Locadora/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Locadora/app.js -------------------------------------------------------------------------------- /Locadora/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Locadora/index.html -------------------------------------------------------------------------------- /Locadora/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Locadora/style.css -------------------------------------------------------------------------------- /MediaDoAluno/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/MediaDoAluno/app.js -------------------------------------------------------------------------------- /MediaDoAluno/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/MediaDoAluno/index.html -------------------------------------------------------------------------------- /MediaDoAluno/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/MediaDoAluno/style.css -------------------------------------------------------------------------------- /NumerosDecrescentes/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/NumerosDecrescentes/app.js -------------------------------------------------------------------------------- /NumerosDecrescentes/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/NumerosDecrescentes/index.html -------------------------------------------------------------------------------- /NumerosDecrescentes/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/NumerosDecrescentes/style.css -------------------------------------------------------------------------------- /NumerosEmOrdem/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/NumerosEmOrdem/app.js -------------------------------------------------------------------------------- /NumerosEmOrdem/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/NumerosEmOrdem/index.html -------------------------------------------------------------------------------- /NumerosEmOrdem/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/NumerosEmOrdem/style.css -------------------------------------------------------------------------------- /NumerosPerfeitos/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/NumerosPerfeitos/app.js -------------------------------------------------------------------------------- /NumerosPerfeitos/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/NumerosPerfeitos/index.html -------------------------------------------------------------------------------- /NumerosPerfeitos/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/NumerosPerfeitos/style.css -------------------------------------------------------------------------------- /NumerosPrimos/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/NumerosPrimos/app.js -------------------------------------------------------------------------------- /NumerosPrimos/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/NumerosPrimos/index.html -------------------------------------------------------------------------------- /NumerosPrimos/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/NumerosPrimos/style.css -------------------------------------------------------------------------------- /ParOuImpar/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ParOuImpar/app.js -------------------------------------------------------------------------------- /ParOuImpar/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ParOuImpar/index.html -------------------------------------------------------------------------------- /ParOuImpar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ParOuImpar/style.css -------------------------------------------------------------------------------- /Parquimetro/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Parquimetro/app.js -------------------------------------------------------------------------------- /Parquimetro/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Parquimetro/index.html -------------------------------------------------------------------------------- /Parquimetro/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Parquimetro/style.css -------------------------------------------------------------------------------- /PesoIdeal/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/PesoIdeal/app.js -------------------------------------------------------------------------------- /PesoIdeal/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/PesoIdeal/index.html -------------------------------------------------------------------------------- /PesoIdeal/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/PesoIdeal/style.css -------------------------------------------------------------------------------- /ProgramaBrinquedoteca/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ProgramaBrinquedoteca/app.js -------------------------------------------------------------------------------- /ProgramaBrinquedoteca/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ProgramaBrinquedoteca/index.html -------------------------------------------------------------------------------- /ProgramaBrinquedoteca/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ProgramaBrinquedoteca/style.css -------------------------------------------------------------------------------- /ProgramaConcurso/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ProgramaConcurso/app.js -------------------------------------------------------------------------------- /ProgramaConcurso/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ProgramaConcurso/index.html -------------------------------------------------------------------------------- /ProgramaConcurso/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/ProgramaConcurso/style.css -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/README.md -------------------------------------------------------------------------------- /RaizQuadrada/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/RaizQuadrada/app.js -------------------------------------------------------------------------------- /RaizQuadrada/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/RaizQuadrada/index.html -------------------------------------------------------------------------------- /RaizQuadrada/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/RaizQuadrada/style.css -------------------------------------------------------------------------------- /RepeteFruta/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/RepeteFruta/app.js -------------------------------------------------------------------------------- /RepeteFruta/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/RepeteFruta/index.html -------------------------------------------------------------------------------- /RepeteFruta/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/RepeteFruta/style.css -------------------------------------------------------------------------------- /Restaurante/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Restaurante/app.js -------------------------------------------------------------------------------- /Restaurante/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Restaurante/index.html -------------------------------------------------------------------------------- /Restaurante/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Restaurante/style.css -------------------------------------------------------------------------------- /RevendaDeVeiculos/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/RevendaDeVeiculos/app.js -------------------------------------------------------------------------------- /RevendaDeVeiculos/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/RevendaDeVeiculos/index.html -------------------------------------------------------------------------------- /RevendaDeVeiculos/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/RevendaDeVeiculos/style.css -------------------------------------------------------------------------------- /RevendaHerbie/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/RevendaHerbie/app.js -------------------------------------------------------------------------------- /RevendaHerbie/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/RevendaHerbie/index.html -------------------------------------------------------------------------------- /RevendaHerbie/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/RevendaHerbie/style.css -------------------------------------------------------------------------------- /Supermercado/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Supermercado/app.js -------------------------------------------------------------------------------- /Supermercado/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Supermercado/index.html -------------------------------------------------------------------------------- /Supermercado/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Supermercado/style.css -------------------------------------------------------------------------------- /Tabuada/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Tabuada/app.js -------------------------------------------------------------------------------- /Tabuada/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Tabuada/index.html -------------------------------------------------------------------------------- /Tabuada/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/Tabuada/style.css -------------------------------------------------------------------------------- /UltimasNoticias/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/UltimasNoticias/app.js -------------------------------------------------------------------------------- /UltimasNoticias/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/UltimasNoticias/index.html -------------------------------------------------------------------------------- /UltimasNoticias/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/UltimasNoticias/style.css -------------------------------------------------------------------------------- /VerificaVelocidade/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/VerificaVelocidade/app.js -------------------------------------------------------------------------------- /VerificaVelocidade/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/VerificaVelocidade/index.html -------------------------------------------------------------------------------- /VerificaVelocidade/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/VerificaVelocidade/style.css -------------------------------------------------------------------------------- /questoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielmxavier/Logica-de-programacao-e-algoritmos-com-javascript-novatec/HEAD/questoes.md --------------------------------------------------------------------------------