Giter VIP home page Giter VIP logo

grudge-bin's Introduction

Grudge Bin

The only way to truly understand any front-end framework is to build a to-do list. See one of the best sites ever. But we're not going to build just any to-do list, we're going to build a list that keeps track of the people who've wronged us.

Implementation

Model

The model—which can be something simple like the one that Steve used the other day—will need the following:

  • An id
  • The name of the person who wrong you
  • The offense that caused them to be dead to you
  • Whether or not you've forgiven (but not forgotten) them

The Features

  • Users should be able to add a new person who has wronged them to the list.
  • They should be able to include the reason why that person is welcomed to go fly a kite.
  • By default, the person is not forgiven.
  • The list should show the following data:
    • A count of the total number of people on this list.
    • A count of the number of people who remain unforgiven.
    • A count of the number of people have successfully redeemed themselves.
  • There should be a button or other option to forgive the monster.

The Extensions

  • Can you implement a live search that filters the list automatically?
  • Can you implement a date added feature and sort by either the jackal's name or the date of their horrid act?

Installation

To install the dependencies:

npm install

To fire up a development server:

npm start

Once the server is running, you can visit:

  • http://localhost:8080/webpack-dev-server/ to run your application.
  • http://localhost:8080/webpack-dev-server/test.html to run your test suite in the browser.

To build the static files:

npm run build

To run tests in Node:

npm test

grudge-bin's People

Contributors

erinnachen avatar

Watchers

 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.