Giter Club home page Giter Club logo

feedr's Introduction

Unit Project 2: Feedr

Overview

You have just been hired as the JavaScript developer for Feedr, the site making the ultimate aggregated news feed.

The team has provided you with front-end mock-up that isn't functional, but has all of the styles and markup you will need.

They have also handed over a back-end API that are you are to integrate into the application.

Your final product will be a living, breathing Single Page Application!


Resources


Getting Started

  1. Try to turn the static HTML into a templated View.
  2. Try to create a Model with mock data to hand to your View.
  3. Finally, create event listeners and make ajax calls to tie into the AJAX API.

OAuth

Once we have the basic application working, we'll add OAuth authentication using Facebook as a OAuth provider. To do this we'll need to:

  1. Register a Facebook application
  2. Add the Facebook script tag to the HTML page
  3. Add the Facebook login function
  4. Add an event listener function for the Facebook login that sends the retrieved access code to the login-facebook endpoint.

Setup

Fork/Clone the Repo

  1. Fork this repository on GitHub
  2. Clone it onto your computer

Run Server Locally

  1. cd into the repo directory feedr
  2. npm install to install the server's dependencies
  3. node feedr-server.js
  4. Visit http://localhost:3010 in the browser

Submission

  1. Add your code to app.js and index.html in order to complete the SPA
  2. Add and commit your changes
  3. Push your changes back to GitHub
  4. Submit a Pull Request to the upstream repo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.