Code Monkey home page Code Monkey logo

to-do-list's Introduction

TODO-List

Todo is a web application that makes it easier for users to organize their chores while working on any project. The board displays all of the activities that need to be done, as well as the ability to delete completed tasks from the board.

Built With

  • Lighthouse (An open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO and more).
  • Webhint (A customizable linting tool that helps you improve your site's accessibility, speed, cross-browser compatibility, and more by checking your code for best practices and common errors).
  • Stylelint (A mighty, modern linter that helps you avoid errors and enforce conventions in your styles).
  • To get a local copy up and running follow these simple example steps

Getting Started

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

Prerequisites

Technologies

  • HTML
  • CSS
  • JS
  • Git
  • Webpack

Setup

Cloning the project

git clone https://github.com/Regiss05/To-do-list.git

Getting packages and debuging with Stylelint

npm install --save-dev [email protected] [email protected] [email protected] [email protected]

For validation detection using Stylelint Run

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

Getting packages and debuging with Webhint

npm init -y npm install --save-dev [email protected]

For validation detection using Webhint Run

npx hint .

Getting packages and debuging with Eslint

npm install --save-dev [email protected] [email protected] [email protected] [email protected]

For validation detection using Eslint Run

npx eslint .

Authors

๐Ÿ‘ค Author1

๐Ÿค 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!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

๐Ÿ“ License

This project is MIT licensed.

to-do-list's People

Contributors

regiss05 avatar

Stargazers

Roman avatar Steve avatar Marc Raphael avatar Dev Odl avatar RIZWAN HASAN avatar Oybek Kayumov avatar  avatar

Watchers

James Cloos avatar  avatar

to-do-list's Issues

Clear all completed btn

Hello @Regiss05

You did a great job so far the design is very good ๐Ÿ‘ but still needs some changes
The clear completed Button is Removing all tasks but it should remove only those checked or completed kindly fix that

Great Job You did ๐Ÿ‘๐Ÿ‘

Morning session: Peer-to-peer code review

Hey, Your project is look great but there seems to be an issue running the project, here are few things to consider:

  • Some webpack dependencies are missing, causing errors in your project.

  • You may have noticed that not all webpack configurations look the same. Because webpack's configuration file is a JavaScript file that exports a webpack configuration, this is the case. Webpack then processes this configuration based on its defined properties.

  • Because it's a standard Node.js CommonJS module, you can do the following:

  • Import other files via require(...)

  • use utilities on npm via require(...)

  • use JavaScript control flow expressions, e.g. the ?: operator

  • use constants or variables for often used values

  • write and execute functions to generate a part of the configuration

For more information

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.