Giter Site home page Giter Site logo

zkr024 / to-do-list Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 0.0 11.44 MB

Application that uses the localStorage to keep the information on the activities that are pending to be done and also those that are completed. It provides an option to edit activities and also delete them. The clear all applies to those that are marked as completed by selecting the checkbox.

HTML 12.24% JavaScript 71.69% CSS 16.07%

to-do-list's Introduction

To-do-List

App to add activities in a list. Use Js to add functionality: -Add activities. -Edit activities. -mark as completed. -Deleted those marked. -Use localStorage to keep records of the changes in the app. Use webpack to compile all the files.

Built With:

  • HTML.
  • CSS.
  • JavaScript
  • Webpack
  • Check the code with Linters tests: Webhint Stylelint Lighthouse esLint

Live Demo

Click here

Getting Started

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

  • It's necessary to install the LTS option of Node.js. link.
  • npm will be included in the previous installation.
  • Go to the folder where you want to store the project, and clone the repository:
  • SSH: [email protected]:zkr024/To-do-List.git
  • From the folder where all the files are located please Run npm install.
  • And to launch the web server, please run npm start.

Authors

๐Ÿ‘ค Oscar Bermudez

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

zkr024 avatar

Stargazers

Eldon Victor Ratzlaff Koop avatar Karam Fouad avatar Oluyemi Paul avatar Mark Rubanza avatar Juan Sebastian Sotomayor avatar Aaron Keegan avatar Dangelo Arrivillaga avatar Jorge Alexander Rios avatar  avatar

Watchers

 avatar

to-do-list's Issues

Peer to peer review(week2, module2)

@Ol-create @karam084 @banzaman

  • Great work, if possible need to active add button beside input.
  • Refresh font awesome need to active when refresh need to reload.
  • You can add a complete list down the incomplete list.
  • key code: This feature is no longer recommended (deprecated)(line 9).event.keyCode === 27 become: event.key === 'Escape'

try using this

if (event.key !== undefined) {

} else if (event.keyIdentifier !== undefined) {

} else if (event.keyCode !== undefined) {

}

Dry?

/src/modules/eventListeners.js

There are repeated lines of code.
Lines - 59,60,61
Lines - 66,67,68

Keycode usage

/src/modules/eventListentes.js

Usage of keycode on lines 9,37 and 43

Todo list project

Consider breaking out the app into more modules for better modularity

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.