Skip to content

A simple yet useful todo list webApp. User can add 'tasks', mark completed tasks, remove completed tasks, delete individual tasks from the list or clear all tasks to get a clean slate. Implemented using webpack, JavaScript.

Notifications You must be signed in to change notification settings

richardoppiyo/To_do_list_webpack

Repository files navigation

To_do_list_webpack

This is a to do list implemented using webpack bundler

Screenshot

screenshot

Built With

  • Major Languages: JAVASCRIPT, HTML, CSS
  • Major Technologies : Git, Github

Prerequisites

  • npm ( Node Package Manager )
  • git and Github Account

Live Link

Live Link: https://richardoppiyo.github.io/To_do_list_webpack/dist/

Setup

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

  • Open terminal
  • Change the directory you want put the repo
  • Then run i. git clone git@github.com:richardoppiyo/To_do_list_webpack.git ii. cd repo-name/

Install linters

  • Webhint linter

    npm install --save-dev hint@6.x

  • Stylelint linter

    npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

  • ESLint linter

    npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x

Run linters

  • Webhint linter -npx hint . on the root of your directory of your project.

  • Stylelint linter - npx stylelint "**/*.{css,scss}" on the root of your directory of your project.

  • ESLint linter

    • npx eslint . on the root of your directory of your project.

Run project

  • Now runt the following: npm install - on the root directory of the project to install the required packages npm start - on the root directory of the project to start the project

Authors

👤 Author1

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • To morning session team,reviewers and standup team memebers.

📝 License

This project is MIT licensed.

About

A simple yet useful todo list webApp. User can add 'tasks', mark completed tasks, remove completed tasks, delete individual tasks from the list or clear all tasks to get a clean slate. Implemented using webpack, JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •