Code Monkey home page Code Monkey logo

to-do-list's Introduction

To Do list: Add and Remove Functionality

This is the Third milestone of the To Do List project with the final features of the to-do list project.

Project screenshot

screenshot

Additional description about the project and its features.

Live Demo

Live Demo Link

Built With

  • HTML
  • CSS
  • JAVASCRIPT
  • Webpack

Using it Locally

  • Clone the project from GitHub here
  • Run the following commands as listed in your terminal:
  • npm install
  • npm run build
  • npm start

How to Setup

You can simply clone or download this repository, and use your favorite browser or code editor to run this program.

  • To open the project after download, simply double click the index.html file

  • To open this project using vs code ( for this example) or your favorite code editor, you can follow the guide below:

in your cmd or command line navigate to where this project is located, then;

cd to-do-list

thereafter run

code .

Authors

๐Ÿ‘ค Author

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

  • Design idea by web.archive.org.

๐Ÿ“ License

This project is MIT licensed.

to-do-list's People

Contributors

mosams avatar

Stargazers

Steve avatar Affaxed Kiprotich avatar Charles Gobina avatar SadiQ HabiL avatar Anuar Shaidenov avatar Amadu Kamara avatar Bohdan Shcherbak avatar  avatar

Watchers

 avatar

to-do-list's Issues

Peer to peer morning code review

Your code looks great and working properly. Great job. I would suggest that you should put all your js files in a folder to keep it more organized. Keep it up!

HTML and CSS best practices

After an intensive review of my CSS and HTML files, I was not able to come up with any issues.

  • There was use the appropriate tags for each element
  • Lines of code were the required length.
  • There were no blank lines and indentation
  • All HTML elements were closed.
  • Use lowercase for elements and attribute names.
  • I did always quote attribute values.
  • Used space-less equal signs.
  • Did not use inline styles. Keep your style definition in a separate CSS file.
  • Always used the class attribute for multiple elements (do not use ID selector for multiple elements).
  • Did not commit old pieces of code as inline comments

JavaScript best Practices

The following are the issues found after the review of my Code:

  • I used an alert in my code. This is against JavaScript best practices. It is advised to use custom modal instead.

if (!list.completed) {
alert('Check the box to be able to delete');// eslint-disable-line no-alert
} else {
lists = lists.filter((list) => !list.completed);
}

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.