PromzzyKoncepts / To-Do-List

A to-do list Web application that lets the user add, remove and reorder to do lists and checks a task when completed with a button to delete all completed task

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TO DO LISTS

A Web application that lets the user add, remove and reorder to do lists

Built With

  • Html,JS,CSS
  • Webpack and other dependencies
  • Git, Github, linters

Setup

To get a local copy up and running you'll need to have NodeJS installed on your local machine.

Install

After installing NodeJS please follow the next steps...

Usage

npm i

-- for installing dev dependecies.

npm run build

-- to run the project.

Testing

npm i jest

npm i jest-environment-jsdom

-- to install jest
npm test

-- to run the test

## Live Demo

[Live Demo Link](https://promzzykoncepts.github.io/To-Do-List/)

## Author

👤 **PROMISE OKECHUKWU**

- GitHub: [@promzzykoncepts](https://github.com/PromzzyKoncepts)
- Twitter: [@promzzy](https://twitter.com/promzzy)
- LinkedIn: [promiseokechukwu](https://linkedin.com/in/promiseokechukwu)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- minimalist website
- etc

## 📝 License

This project is [MIT](./MIT.md) licensed.

About

A to-do list Web application that lets the user add, remove and reorder to do lists and checks a task when completed with a button to delete all completed task

https://PromzzyKoncepts.github.io/To-Do-List/


Languages

Language:JavaScript 79.6%Language:CSS 12.5%Language:HTML 8.0%