Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML page #2

Open
ztorstri opened this issue Oct 27, 2016 · 2 comments
Open

HTML page #2

ztorstri opened this issue Oct 27, 2016 · 2 comments
Assignees

Comments

@ztorstri
Copy link
Owner

Create a simple HTML page.
At load time, the page will request the JSON data using AJAX and populate a simple table.
To get started, use only basic JS, HTML, and CSS.

@cameronfarvin
Copy link
Contributor

cameronfarvin commented Nov 1, 2016

created && uploaded index.html, about.html, stylesheet.css, and jScript.js. I also went ahead and included some simple JSON data to parse. We need to load onto devHost to test if the AJAX function I wrote is working correctly, due to cross-source restrictions. You cannot load off of your local machine with AJAX, it must be from a server.

Some help with getting files to the correct location on the devHost would be appreciated.

@cameronfarvin
Copy link
Contributor

note: you can view the site live here apparently:

http://htmlpreview.github.io/?https://github.com/ztorstri/React-widgets/blob/master/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants