tobuya / To-Do-List

To-Do-List website is a tool that helps to organize your day. It simply lists the things that you need to do. It allows you to add things to the list, remove things from the list, and edit things on the list. It makes use of local storage to preserve data on the web browser and it is build using JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– To Do List

"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.

πŸ›  Built With

  • JavaScript
  • HTML
  • CSS
  • Webpack

Key Features

  • Interactivity
  • Add and Remove Actions
  • Remove all completed tasks action

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

  • Create a local directory that you want to clone the repository.

  • Open the command prompt in the created directory.

  • On the terminal run this command git clone https://github.com/tobuya/To-Do-List

  • Go to the repository folder using command prompt cd To-Do-List.

  • Install the dev dependencies for linters run npm install.

(back to top)

Prerequisites

In order to run this project you need:

  • Google chrome

  • Internet Explorer

  • Any browser

(back to top)

Setup

Clone this repository to your desired folder:

  • Open the command prompt in the created directory.

  • On the terminal run this command git clone https://github.com/tobuya/To-Do-List

  • Go to the repository folder using command prompt cd To-Do-List

  • Install the dev dependencies for linters run npm install. --->

(back to top)

πŸ‘₯ Authors

πŸ‘€ Thomas Obuya

(back to top)

πŸ”­ Future Features

  • Animations
  • Transitions
  • Popup

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

To-Do-List website is a tool that helps to organize your day. It simply lists the things that you need to do. It allows you to add things to the list, remove things from the list, and edit things on the list. It makes use of local storage to preserve data on the web browser and it is build using JavaScript.


Languages

Language:JavaScript 68.6%Language:CSS 18.8%Language:HTML 12.6%