Giter Site home page Giter Site logo

angeluray / angel-todo-list Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 651 KB

"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.

License: MIT License

HTML 6.43% JavaScript 66.40% CSS 27.17%

angel-todo-list's Introduction

Microverse HTML CSS JavaScript

  • "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.

Getting Started

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

Prerequisites

  • Internet service.
  • Basic knowledge of Git/Terminal.
  • Visual Studio Code.

Setup

  • Open the terminal on your computer
  • Navigate through directories using change directory (cd) command to where you want to clone the repository.
  • Type the following command then press ENTER:

    git clone [email protected]:angeluray/to-do-list.git

  • the terminal will send to you information about your download.
  • Type the following lists of commands and press ENTER after each command:

Built With

  • HTML
  • CSS
  • JAVASCRIPT
  • GitHub flow
  • Linters Check
  • Webpack

๐ŸŒŽ Live Demo:

The link is currently not available, right after got the project approved it will be here.

Authors

๐Ÿ‘ค Angel Uray

Show your support

  • Give a โญ๏ธ if you like this project!

๐Ÿ“ License

  • This project is MIT licensed.

angel-todo-list's People

Contributors

angeluray avatar

Stargazers

Maximiliano Ungredda avatar David Isea avatar Kumilachew Getie avatar Marco avatar Federico Luna avatar Robin Benitez Mora avatar

Watchers

 avatar

angel-todo-list's Issues

Javascript Best Practices Auto-review

Hi, consider store this line of code into a constant to reduce de amount of characters to add eventListeners or styles dynamically.
For example:
const myConstant = document.querySelector(#task-${index} input[type="text"]);

document.querySelector(`#task-${index} input[type="text"]`).readOnly = items.completed;

document.querySelector(`#task-${index} input[type="text"]`).style.border = 'none';

document.querySelector(`#task-${index} input[type="text"]`).style.width = '340px';

document.querySelector(`#task-${index} input[type="text"]`).addEventListener('input', (e) => {

Also, kinda consider removing all the comments, although it says it's for future improvements maybe a console.logo would be something easy to use or remember when you need it in the future.

// For future imporvements and testing only console.log(items.listInfo);

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.