To-do-List

To-do list is a website built with html, JavaScript CSS and webpack. This website allows you to create a list of things to do for a period. One can add a task to the list, remove a task from the list and delete all finished task from the list

Stars
7

To-do List

This project lets you create a to-do list for activities you need to do for some time. Each activity has a box that can be checked when completed

  • Set up webpack for project
  • Implemented logic to populate list

Built With

  • HTML, CSS, JavaScript
  • none
  • webpack, Node

Live Demo (if available)

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Understand how HTML and CSS work
  • Understand github and gitflow
  • Understand the use of webpack

Install

To view and edit this project, you need to install the following,

  • Any web browser of your choice
  • Git and Gitbash
  • Any code editor of your choice

Usage

  • To clone the repository run this command git clone [email protected]:tylher/To-do-List.git in your command line

Run tests

For tracking linters errors locally you need to follow these steps:

  • After cloning the project you need to run this command

    run npm install This command will download all the dependencies of the project

  • For tracking the linter errors in HTML file run:

    npx hint .

  • For tracking the linter errors in CSS file run:

    npx stylelint "\*_/_.{css,scss}" To fix automatically, npx stylelint --fix "\*_/_.{css,scss}"

    • And For tracking the linter errors in JavaScript file run:

      npx eslint . To fix automatically, npx eslint --fix .

Deployment

  • GitHub Pages was used to deploy my website
  • For more information, see "About github page"

Authors

Author1

Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used

License

This project is MIT licensed.

Related Projects