This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const hacker1 = 'Diego' | |
console.log("The driver's name is " + hacker1) |
This third project is your first foray into building a MERN Stack application. You'll be building a MERN app, which means you'll learn about what it takes to build a functional application from the ground up yourself.
This is exciting! It's also a lot, but we have been giving you the tools for your toolbelt during the course, and you
Lección | Revisión | Detalles |
---|---|---|
Introducción al prework | ✔ | Introducción al prework |
Configuración de la terminal | ✔ | Configuración de la terminal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hosting": { | |
"public": "build", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
], | |
"rewrites": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
react hooks - https://github.com/diurivj/React-Hooks | |
advanced routing react - https://github.com/diurivj/advanced-routing | |
ant design components - https://github.com/diurivj/lab-antd-components / sustituye bulma components | |
chat with socket.io - https://github.com/diurivj/socketioChat | |
auth with bcrypt - https://github.com/diurivj/First-auth-with-bcrypt | |
auth with firebase/hbs - https://github.com/diurivj/FirebaseAuthHBS | |
MongoDB-Atlas-Stitch-HTML - https://github.com/diurivj/MongoDB-Atlas-Stitch-HTML | |
git ignore - https://github.com/diurivj/Practica-de-gitignore/blob/master/foo/instrucciones.md | |
to do list dom - https://github.com/diurivj/ToDoListDOM | |
repaso módulo 1 - https://github.com/diurivj/REPASO-modulo-1-oct |