Skip to content

forLoop94/To-do-list

Repository files navigation

To Do List

📗 Table of Contents

📖 About

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. I will build a simple website that allows for doing that, and I will do it using ES6 and Webpack!

🛠 Built With

Tech Stack

  • HTML
  • CSS
  • Javascript

Key Features

  • Adding a new item
  • Removing a selected item
  • Marking a selected item as complete
  • Removing all items marked as complete at once.

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • a browser
  • git
  • nodejs

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:forLoop94/To-do-list.git
  npm install

Usage

To run the project, execute the following command:

  Open index.html in browser
  or
  open with Live server in Vscode

Run tests

To run tests, run the following command:

  npx stylelint "**/*.{css,scss}"
  npx hint .
  npx eslint .

(back to top)

👥 Author

👤 Charles Andrews

(back to top)

🔭 Future Features

  • Reordering a selected item (as drag-and-drop)

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give me a follow and/or a star

(back to top)

🙏 Acknowledgments

  • Yordi and Jemba - my coding partners

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This 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 when you are done. It also allows you to edit and delete a tasks as you want. It was built using Webpack, HTML, CSS

Resources

License

Stars

8 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors