ZewdieMc / To-Do-List

This To Do app is created to help you add, remove and update your daily tasks. It is build with JavaScript and webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TO DO List

πŸ“— Table of Contents

πŸ“– To Do List

To Do List is a simple and powerful application built with webpack.

πŸ›  Built With

webpack

Screenshoot

screenshot

Tech Stack

Structure
Style
Linters

Key Features

  • Set up a simple wabpack boiletplate for other projects.
    • HtmlWebpackPlugin
    • Webpack server
    • Loaders

(back to top)

πŸš€ Live Demo

See the Live Demo of the project.

(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: Open terminal on the same folder of the project and run:

 npm install

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com/ZewdieMc/To-Do-List.git

Install

Install this project with:

  cd To-Do-List
  npm install

Usage

To run the project:

  • npm start

Run tests

To run tests, run the following command:

To check for html errors run:

  npx hint .

To check for css errors run:

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

To check for js errors run:

  npx eslint .

Deployment

Deployed using Github Pages.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Zewdie Habtie

(back to top)

πŸ”­ Future Features

  • Implement Drag and Drop events to the todo items.

(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 send your feedback to encourage me to do more.

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for offering me this opportunity to learn, and practice my skills.

(back to top)

❓ FAQ

-Why use linters?

  • The use of linters helps to diagnose and fix technical issues, also linters can help teams achieve a more readable and consistent style, through the enforcement of its rules.

(back to top)

πŸ“ License

This project is MIT licensed. (Check the LICENSE file)

(back to top)

About

This To Do app is created to help you add, remove and update your daily tasks. It is build with JavaScript and webpack.

License:MIT License


Languages

Language:JavaScript 83.2%Language:CSS 16.8%