ChicagoJS / chicagojs.org-old

Source for http://chicagojs.org, PR's welcome! Maintained by @mikehostetler
MIT License
9 stars 5 forks source link

Adds nav/router and enables api functionality to meetup.com through proxy #7

Closed wem5637 closed 5 years ago

wem5637 commented 7 years ago

This commit adds a navbar, adds react-router v4 package, moves ChicagoJS web project placeholder to AboutContainer component, meetup group information to CommunityContainer component, creates an EventsContainer component (grabs meetup information from proxy server displaying relevant events in a list) and creates multiple other ContainerComponents in accordance with @mikehostetler 's design brief here. Most, if not all, of this commit should be reusable with Gatsby when and if the switch happens. chijs

wem5637 commented 7 years ago

Rebase didn't go according to plan so I just PR'd another branch. No merge conflicts this time, think we should be good.