To-Do-list

To-do list is is a JavaScript application that implements a to-do list created to help you orginize your daily activities by keeping them listed that you can consult whenever you want, with a feature of add, remove, and mark tasks as completed.

MIT License

Stars
2

Table of Contents

[To-Do-List]

[To-Do-List] To-do list is is a JavaScript application that implements a to-do list created to help you orginize your daily activities by keeping them listed that you can consult whenever you want, with a feature of add, remove, and mark tasks as completed. It uses the DOM API to interact with the HTML elements, and it uses local storage to save the tasks.

Built With

  • [Html]
  • [Css]
  • [JavaScript]
  • [webpack]
  • [npm]

Key Features

  • [list-structure]
  • [Adding_a_new_item]
  • [Removing_a_selected_item]
  • [Marking_a_selected_item_as_complete]
  • [Removing_all_items_marked_as_complete_at_once]
  • [Reordering_a_selected_item]

Live Demo

Getting Started

You can have a copy of this repo run on your local machine by just directly cloning it.

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

  1. Download the Zip or (git clone)[https://github.com/Amazinggracee/To-Do-list.git]
  2. cd To-Do-List
  3. Then open in your browser by using live server

Test

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

  • After cloning the project you need to run this command

    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}"

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

    npx eslint .

Prerequisites

  • Node.js
  • npm
  • vscode(or else)

To get the output of our project make sure you have google Chrome, Mozila or any other browser installed.

Install

In order to install this project please go through the following steps:

    • Open the Terminal
    • Navigate to the directory where you want to add this repository
    • Run git clone https://github.com/Amazinggracee/To-Do-list.git
    • Run npm install to install the necessary modules
    • Run npm start

Authors

Amarachi Dimkpa

Future Features

  • [Drag_and_drop_sot]
  • [More_animations]
  • [More_styles]

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a if you like this project!

Acknowledgments

  • Hat tip to Microvers and all the staff
  • Thanks to My coding Partners
  • Thanks to My Morning-session-group and Standup-team Partners and
  • Thanks to Code Reviewers

License

This project is MIT licensed.

Related Projects