Giter VIP home page Giter VIP logo

to-do-list's Introduction

TODO list

This repository is about an example of how to build your own JavaScript application using Webpack environment.

Live Demo

Live Demo Link - TO DO list

Built With

  • JavaScript
  • HTML
  • Webpack
  • Visual Studio Code
  • Git & Github

Getting Started

  • I have used HTML CSS and JavaScript in the webpack environment.
  • I've included linters to improve and cleaning all of my code.

Prerequisites

  • IDE to edit and run the code (I use Visual Studio Code ๐Ÿ”ฅ).

Install

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

  • Open terminal
  • Clone this project by the command https://github.com/Laylooo/to-do-list.git
  • Cd to-do-list folder
  • Open index.html from src folder in your local browser or using Live Server in Visual Studio Code.
  • To install this project run npm install.
  • To run the project use the command npm start

Author

๐Ÿ‘ค Laylo Khodjaeva

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

  • Microverse

๐Ÿ“ License

This project is MIT licensed.

to-do-list's People

Contributors

laylo309 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

to-do-list's Issues

Do I follow JavaScript best practices?

Instead of using else, you could have defined like console.log(true||false). It would better and clean code ๐Ÿ‘๐Ÿป

to-do-list/src/index.js

Lines 22 to 28 in 2776187

if (data[index].completed) {
data[index].completed = false;
description.style.textDecoration = 'none';
} else {
data[index].completed = true;
description.style.textDecoration = 'line-through';
}

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.