BogdanRusinka / BackboneJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BSA2014-BackboneJS-underscoreJS

##Hometask boilerplate for JS group after Backbone lecture.

###How to start the server

  • Install the node.js
  • Clone this repository
git clone git@github.com:msemenistyi/BSA2014-BackboneJS-underscoreJS.git
  • Go to folder
cd BSA2014-BackboneJS-underscoreJS/
  • Run the server
node app.js
  • Go to browser and check the API.
localhost:3000

###What should be done?

  • Add possibility to add films.
  • Add possibility to rename films.
  • Add possibility to remove films.

You should add a button for a remove action.

Rename can be done within on the same place, where no sits plain text with the name or in a separate place.

Add implies inputs for name and year, id may be generated automatically.

About

License:MIT License


Languages

Language:JavaScript 99.8%Language:CSS 0.2%