Giter VIP home page Giter VIP logo

jquery-todo-list's Introduction

jQueryTodoList

UI component for a todo list

Description

  • The visitors can simply add and remove tasks.
  • Visitors can also mark an incomplete task as complete and a complete task as incomplete task.
  • User can mark all tasks as finished or incomplete
  • Whenever a user adds a new task the task is kept highlighted for a few seconds
  • Users can create a new task either by clicking Add Task Button or by hitting Enter Key
  • A notification is displayed whenever users create a task, delete a task or marks a task as complete/incomplete

Create Task Interaction

  • A user can create a task by clicking + button at the bottom of the list.
  • When the + button is clicked, a panel is displayed for entering new task.
  • The panel consist of <textarea> which is focused by default and is brought into the view port as soon as user clicks on the + button
  • User can enter the description of the new task in <textarea> and can create the task either by hitting enter or by clicking on the Add Task button.
  • The newly added task is highlighted for a few seconds before it gets mixed with existing tasks.
  • A notification is also displayed on successful creation of a new task.

Dependecies

  • jQuery

Project Structure

|---public (contains compiled css & minified JavaScript files)
|    |- --css 
|    |- --javascript
|---src (contains scss files for styling and unminified JavaScript files)
|    |---scss
|    |---javascript
|---index.html
|---gulpfile.js

###Customization

  • You can easily customize the look and feel of the todo list by changing the variables in the theme.scss in src/scss/ folder.

  • Run gulp sass to compile your scss

###Demo visit http://fauzankhan.github.io/jQuery-todo-list/ to see the Todo list in action.

jquery-todo-list's People

Contributors

fauzankhan avatar

Stargazers

Priya Ranjan Dubey avatar Kjetil Elde avatar

Watchers

 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.