Coder Social home page Coder Social logo

kanzatahreem / to-do-list Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 817 KB

Webpack based webapp, build with JavaScript, To-do list is a tool that helps users to organize their day. It lists the things that they need to do, and allows them to add, edit, delete or mark an item as complete.

Home Page: https://kanzatahreem.github.io/To-Do-List/

License: MIT License

HTML 5.78% JavaScript 79.15% CSS 15.08%
css es6-javascript github-flow html jest-tests pair-programming todolist todolist-javascript unit-testing webpack

to-do-list's Introduction

To Do List

To-do list is a tool that helps users to organize their day. It lists the things that user need to do and allows to mark them as complete. This website is built using ES6 and Webpack!

Built With

  • HTML
  • CSS
  • JavaScript
  • Webpack

Live Demo

Live Demo Link

Getting Started

To get a local copy, run the fllowing command.

Prerequisites

  • node.js (10.13.0 (LTS))
  • git

Install

  • npm install

Usage

npm start

Authors

๐Ÿ‘ค Author

๐Ÿ‘ค Author

Show your support

Give a โญ๏ธ if you like this project!

๐Ÿ“ License

This project is MIT licensed.

to-do-list's People

Contributors

kanzatahreem avatar sntgopl avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

to-do-list's Issues

JavaScript Best Practices

Lengthy function: The function can be divided into smaller functions that describe the task that they perform. A function should do one functionality at a time.
Chaining: This part of the code can be updated by using the method chaining.

this.list = this.list.filter((item) => item.isCompleted !== true).forEach((task, indexOfTask) => {
      task.index = indexOfTask + 1;
  });
}

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.