An open API service indexing awesome lists of open source software.

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

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.