Giter Site home page Giter Site logo

todoapp's Introduction

simple todo app

  • On first load app will initialize 5 todos and 1 marked as completed
  • Add new todos by entering in the text and clicking the "add" button
  • Mark todos as completed with the check box
  • Hover over the todo text to see a recently edited timestamp and link to remove todos
  • Remove todos by clicking on the "remove" link
  • Todos are persisted to localstorage

Notes: The app was built with AngularJS. The "TodoApp" is initialized by the "app.js" file as an Angular module. The index.html is the primary View. The Controller is the "TodoController" as part of the "js/controllers.js" file. The data is persisted to the browser's localStorage via an Angular Service "TodoDBService" in the "js/services.js" file. The Angular Service allows you to swap out the persistence mechanism and can even be setup to READ and WRITE data to a server-side implementation.

Addtional work: With more time I'd like to improve the functionality by enabling editing of the todos, allowing for sub-data within the todo and allowing the user to create multiple lists. Further we could add deadlines and flags for organization. In addition I'd like to clean up the UI with a better set of styles and icons to improve the overall aesthetic design and UX.

todoapp's People

Contributors

reshadn 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.