TeamMoodGitHub / Baru-Term-1

0 stars 0 forks source link

Week 2 - Enter Web Dev #3

Open farzaa opened 7 years ago

farzaa commented 7 years ago

So as you may have seen, the React learning curve is pretty steep especially if you haven't really done a ton of web before.

This week I'd like you to get your feet wet in some basic web stuff where you'll spin up a node server and connect it to firebase. This is actually pretty darn simple now a days, but its all about understanding how its working. I think this will also guide you along the proper path with React Native.

I'd like you to start messing with firebase and playing more with Javascript. Theres actually a JavaScript SDK. Remember, I'm always around for help. I may have not worked with Firebase specifically, but I've worked with NoSQL databases manually which is arguably harder! So, I'll be here to help you figure stuff out.

So for firebase, I'd like you to just start a simple node server not connected to express.js or anything. No need to complicate things. You can check out how to do that here. Basically, you're going to start a node server and write some basic Javascript code. To run Javacsript from the command line, you'll need to start a node server and run the code on there. But this is easy, as you'll see from the tutorial. And you've made Discord bots so this shouldn't be to bad at all!

BaruYogesh commented 7 years ago

image technically not the console but same concept of having data in DB and displaying it somewhere else (Taric main btw).