Google-IO-Extended-Grand-Rapids / conference_webapp

An actual web site!
1 stars 1 forks source link

Create Conference List Page #2

Open chenry opened 9 years ago

chenry commented 9 years ago

This task is to leverage Angular in order to create an HTML page that consumes the API to display a list of conferences.

Please include the following in this list:

Conference Name Short Description Location Name Start/End Date

kershaws commented 9 years ago

@chenry Could you provide me a little bump to get started. Is there already work done? or am i starting from the beginning? Should i use my Dreamweaver or notepad++? Sorry for the delay just want to start out correctly.

Thank You for any comments.

chenry commented 9 years ago

Hey @kershaws there is already a yeoman project out there. Please refer to on how to get setup:

https://github.com/Google-IO-Extended-Grand-Rapids/conference_webapp/wiki/Getting-Started

From there...please refer to the yeoman codelab on how to use it.

Regarding what IDE, feel free to use whatever tool you want.

chenry commented 9 years ago

@kershaws if you are still looking for a place to start, the branch feature/consume_conferences_api is currently consuming the REST Api, and is definitely in need of some HTML/CSS luvin. Currently, it is just printing the json to the page.