Many websites do more than just give you information. Sites like GitHub, Zillow, Mint and Treehouse let users do things. They act like programs you run on your computer. These web applications, often include pages for looking at your profile, what you've done in the week or what you need to get done. These "dashboards" act like your control panel for controlling the web app. In this project, you'll take a mockup and a few icons and build a beautiful, web dashboard complete with JavaScript-driven charts and graphs. You only need to take the design and create the HTML, CSS and JavaScript functionality for this one page -- you don't need to create other pages, or build any backend or database functionality.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
84
commits
Refactored index.html errors based on W3C HTML Validator report
6c795e1View on GitHubAdd links by id to dashboard nav, refactor placeholder for username input in message usage form
c142545View on GitHubRefactor background color for message alerts, refactor message alerts display so user and message alert disappears if input value is present
9b477aaView on GitHubAdded message for username input in message user, corrected js error so proper message displats on message button click event
4b9e6e7View on GitHubTesting onclick event for message submit button, still fails to recognize empty input values
63b729bView on GitHubApply id to send message button, setup variables in app.js
50b48a7View on GitHubSetup test of error functionality for textarea in index.html, notifiy user or error when field is empty - app.js
144da0aView on GitHubAdd settings status buttons to index.html, apply custom styles for setting status buttons
c396594View on GitHubSetup user timezone div and select element in index.html
15cbb0cView on GitHubSetup public profile switch in index.html, apply classes, apply custom styles
dc230d7View on GitHubSetup email notifications switch in index.html, apply classes, apply custom styles
8c08854View on GitHub