Skip to content

"To-Do-List App" is a simple web app that displays a list of daily tasks and allows you to edit, add and remove task from that list. Built with CSS, HTML, JavaScript.

Notifications You must be signed in to change notification settings

username-forGithub/To-Do-List

Repository files navigation

To Do List

The project designed to improve coding, design skills and upgrading knowledgments on CSS, HTML, JavaScript, webpack, modules.

Built With

  • Languages used: HTML, CSS, javascript, webpack.
  • Tools used: Github Desktop.
  • VSC: Git.
  • Package Manager: Node, NPM.

Project Setup

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

Prerequisites

  • You need to have Code Editor Installed
  • Make sure Nodejs and NPM is installed in your system for linters

Setup

  1. Clone the repo in your local machine:
git clone https://github.com/username-forGithub/To-Do-List.git
  1. Open terminal and cd into project
cd To-Do-List
  1. Command line:
npm run start

Install

To check linters run the following command:

  1. Install WebHint:
npm install --save-dev hint@7.x
  1. Install StyleLint
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x 
  1. Install ESLint
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x

Check Linters Error

  1. To check CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}"
  1. To fix CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}" --fix
  1. To check HTML linters error
npx hint .
  1. To check Javascript linters error
npx eslint .

Visit My GitHub Page

Live demo

Author

πŸ‘€ Bakhtiyor Yusubaliyev

πŸ“ License

This project is MIT licensed.

About

"To-Do-List App" is a simple web app that displays a list of daily tasks and allows you to edit, add and remove task from that list. Built with CSS, HTML, JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published