https://github.com/motdotla/codeday-static
Example code for using codeday-static
https://github.com/motdotla/codeday-static
Last synced: 7 months ago
JSON representation
Example code for using codeday-static
- Host: GitHub
- URL: https://github.com/motdotla/codeday-static
- Owner: motdotla
- Created: 2014-01-18T22:43:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-18T23:16:55.000Z (over 11 years ago)
- Last Synced: 2025-01-24T05:09:26.504Z (9 months ago)
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codeday-static
This code is a little example web app using HTML, CSS, JavaScript, and Parse.com.
You can build full scale web apps just on the front-end by combining these technologies.
## Usage
Signup for a [Parse.com](http://parse.com) account.
Replace lines 14 with your Parse.com API keys.
Open up the `index.html` file in your browser and profit.
Then add files and code using Parse.com to store users data, add more actions, etc, to build out your app.