CodingTrain / Intro-to-Data-APIs-JS

Working with Data and APIs in JavaScript
MIT License
756 stars 611 forks source link

Adding an outline for module 2 videos (7 total) #22

Closed shiffman closed 5 years ago

shiffman commented 5 years ago

@joeyklee this is how I'm thinking of approaching the "data selfie" project. I'll probably end up with some slight differences than your original example, and then I'll point to it for additional context and ideas for further exercises. Feel free to let me know if you have any thoughts!

(One difference here is that I am going to try to hold off on using p5 / libraries a bit so will just bring that in for images/capture at the end.)

joeyklee commented 5 years ago

Nice one @shiffman!

One thing I would note or mention is that we store images as a base64 string in the database. Typically it is better to store images in a static directory etc, but for this purpose I think this is ok.

If there's things I can do to clarify structure etc, I'm happy to!