Skip to content

dyg2104/Feeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A clone of the popular news reading app Feedly with the following functionality:

Rails:

  • opens rss feeds, parses the resulting data into articles, and saves said articles in the database

  • saves user profiles and verifies their accounts upon log in using BCrypt

  • handles api requests

Backbone:

  • handles all interaction on the application after a root page is rendered

  • allows users to search for feeds and news articles by making AJAX requests and rendering new views with the results

  • allows loggedin users to save feeds to their accounts

  • dynamically alters loggedin users navbar based on their feeds

  • ensures only one Backbone model of every Rails model exists, significanly improving performance

About

A copy of the popular news reading app Feedly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors