Giter Site home page Giter Site logo

2dobox_pivot's Introduction

Pivot

Enhanced ToDo List

To "pivot" in developer parlance, is the enhancement of an existing app.

Current Specs:

@ Turing.io

Authors:

Mike Ziccardi & Andy Young

2dobox_pivot's People

Contributors

kristenburgess25 avatar mziccardi avatar

Watchers

James Cloos avatar Andy Young avatar

2dobox_pivot's Issues

Editing an existing TODO

When a user clicks the title or task of a TODO in the list, that text should:

  • Become an editable text field, pre-populated with the existing TODO title or task.
  • The user should be able to “commit” their changes by pressing “Enter/Return” or by clicking outside of the text field.
  • If the user reloads the page, their edits will be reflected.

Es6 Usage:

  • You should make sure that Webpack is set up to use es6 (hint: the key words here are babel, es6 and webpack)
  • Picking at least one new feature of es6 - review the intermission assignment for ideas
  • refactor your existing code and use this es6 feature instead

Note: You should always try to not ‘mix and match’ in your code, so if you decide to use let and const instead or var in your code - you should not have any files with both var and let.

When a user clicks “Save”:

  • A new TODO with the provided title and body should appear in the TODO list.
  • The text fields should be cleared and ready to accept a new TODO.
  • The page should not reload.
  • The TODO should be persisted.
  • It should still be present upon reloading the page
  • Deleting an existing TODO

Searching:

We’d like our users to be able to easily find specific TODOs they already created, so let’s provide them with a filtering interface on the TODO list.

  • At the top of the TODO list, include a text field labeled “Search”.
  • As a user types in the search box, the list of TODOs should filter in real time to only display TODOs whose title or task include the user’s text.
  • The page should not reload.
  • Clearing the search box should restore all the ideas to the list.

Demystify with WebPack 🔮

Follow Romeeka's course on WebPack.
Follow every command to the letter for 2DoList_Pivot.

  • Read through project expectations (twice)
  • All the issues will be stated right there, though manually entering the expectations will help me to stay on top of everything.

When viewing the TODO list:

  • Each TODO in the list should have a link or button to “Delete” (or 𝗫).
  • Upon clicking “Delete”, the appropriate TODO should be removed from the list.
  • The page should not reload when an idea is deleted.
  • The TODO should be removed from localStorage. It should not re-appear on next page load.

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.