Readit - a read-only 'clone' of reddit.com
Currently runs stable in Chrome, have had CORS issues in Firefox and Mobile web browsers, still looking into fixing those.
Create a route that renders user data when a user is selected from within the app. Current app will link to user's profile on reddit. However, with how with Ember, this should be a relatively easy task to spin up.
Set up OAuth and a login page so the user can actually log into their reddit account and see their homepage / subreddit's
Up-vote and Down-vote functionality
Allow a user to post comments
Allow a user to post into a subreddit.
You will need the following things properly installed on your computer.
git clone https://github.com/zenmasterjobo/Readit.git
cd readit
npm install
ember serve
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.
- Patience