DEV Community

Discussion on: What side projects are you currently working on and how can others be of help? (Feb 15)

Collapse
 
jchiatt profile image
J.C. Hiatt

I'm currently working on building a food API for my city that will allow all the local restaurants here to put their menus online instantly (for free) and also provide nutrition information to apps like MyFitnessPal.

I'm building the API 3 times: in WP-API, Rails, and Node. I'm then going to build a frontend with React, and then probably a content management tool with Angular. And then finally, a mobile app with React Native.

This is all for the sake of learning this year. That's why there are so many different technologies.

I will gladly take any advice!