Git Product home page Git Product logo

blog_101's Introduction

http://laurapatti-blog.herokuapp.com/

http://tiy-atl-fe-server.herokuapp.com/collections/laura_blog

We are going to be building a blog this week. Today is the first part, get use to setting up Models, Collections and Views. Also, this is a good time to start using Handlebars as your template engine.

I've attached a mockup or what you saw on the board.

You will continue to use the URL for your project - http://tiy-atl-fe-server.herokuapp.com/collections/ - for this application.

Here is the data you will need to use

{ "title": "", // String "content": "", // String "date": "", // String "status": "", // String "author": "", // String "tags": [] // Array of Strings }

You are required to use both Backbone and Handlebars and the actions should be as followed:

  1. Create a post => sends data to the server after you click "Create Post"
  2. The new post should be prepended to the top of the post list (newest first)
  3. The data should persist
  4. All properties (except status) should be visible in the blog section

Bonus: Upon refresh, sort the blog posts by date

Tonights iteration does NOT need to be deployed anywhere, it eventually will though.

blog_101's People

Contributors

lpatti10 avatar

Watchers

James Cloos avatar  avatar

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.