To get started:
> git clone git@github.com:wework/we-learn-react.git
> cd we-learn-react
> python -m SimpleHTTPServer 8000
navigate to http://localhost:8000 to see your app! woo!!
- User can see blog posts
- User can remove a blog post
- User can submit a new post
- User can edit an existing post
- Posts are persisted
- consider
localStorage
,firebase
,mongodb
- consider
- User can link to a post
- consider
react-router
- consider
- Styling using inline CSS
- consider
radium
- consider
- User can post photos