subhc / WeeklyNews

A React + Parse Weekly News Digest App Concept

Home Page:http://kanche.github.io/WeeklyNews

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeeklyNews Digest: A Parse + React Demo

This demo is a weekly news digest reader I hacked together to learn about Parse. It has user sign-up/log in module inspired from parse example. The app shows short twitter like news for a given week in a two column mailbox fashion.

##Parse Classes

Week: {
        "name": "January 1, 2015",
        "weekno": 1
    }
News: {
        
        "title": "Furry Becomes President",
        "description": "Furry Purrmatma has been selected as the president of World Cat Congress.",
        "weekno": 1
    }

To Run:

npm install   
npm start  

Now open the index.html file.

##License Code released under the MIT license

About

A React + Parse Weekly News Digest App Concept

http://kanche.github.io/WeeklyNews

License:MIT License


Languages

Language:JavaScript 83.3%Language:CSS 12.1%Language:HTML 4.7%