Alondra87 / ToDoList

In this project, I build a simple HTML list of To Do tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project ToDoList

In this project, I build a simple HTML list of To Do tasks with the following functionalities;

  • Add a new item.
  • Remove a selected item.
  • Mark a selected item as complete.
  • Remove all items marked as complete at once.

Built With

  • HTML 5
  • CSS 3
  • JavaScript
  • Webpack

Deployment

https://alondra87.github.io/ToDoListApp/dist/

Screenshots

screenToDoList

screenToDoList1

Getting Started

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

Prerequisites

  • Web Browser (e.g. Firefox, Chrome, Edge)
  • NPM (Node Package Manager)

Setup

Download the code from this repository.

Install

Install the project dependencies using this command on the root project directory:

$ npm run start

Usage

Open the index.html file in your Web Browser.

Run tests

for linters; run: npx hint . run: npx eslint . run: npx stylelint "*/.{css,scss}"

Authors

👤 Andrea Alvarez

🤝 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!

📝 License

This project is MIT licensed.

About

In this project, I build a simple HTML list of To Do tasks.


Languages

Language:JavaScript 75.3%Language:HTML 24.7%