Git Product home page Git Product logo

to-do-list's Introduction

To Do List

This is a project created during my Microverse career where I needed to build a website that creates a To Do List of things you want to accomplish daily

screenshot

Built With

  • HTML, CSS and Javascript

Authors

πŸ‘€ Santiago Velosa

Getting Started

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

1- Navigate to the button on the top right green "code" button.

2- In the drop down menu choose "Download Zip" or clone it using git using the following command.

$ git clone [email protected]:vechicin/To-Do-List.git

3- After extracting the files, you'll have my project on your local machine.

4- to run the project you'll need to use the following command in your terminal to set up the node modules.

$ npm i

πŸ”Ž Live Demo Link

If you want to take a look at the project's online version, click here

🀝 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

  • Kero for always being willing to collaborate
  • Elias CastaΓ±eda for being of tremendous help

πŸ“ License

This project is MIT licensed.

to-do-list's People

Contributors

vechicin avatar

Stargazers

Steve avatar Anja Schmidt avatar Khusiima Luke Masaba avatar Shady Shawkat avatar Leonardo Pareja Pareja avatar Chris Clothier avatar  avatar Juscelino Teixeira avatar

Watchers

 avatar

to-do-list's Issues

Best practices exercise

πŸ”Ž HTML

  • Your HTML file follows best practices

πŸ”Ž CSS

  • You are repeating some style rules that are unnecessary because they have already been added to the "body". Check this link for clarification.

πŸ”Ž JavaScript

  • In your script.js file you can refactor this function to better comply with DRY rules
  • In your index.js file see if you can refactor this function to split up some of the functions you have nested inside to make the code more readable

2021-12- 2 Peer-to-peer code review

Hi @vechicin, πŸ‘‹πŸ»

I really liked your project. I especially liked how you organized your code to be very readable and easy to understand with comments for every section. πŸ‘πŸ»

Here are some suggestions...

  • You could add the 'Clear all completed' button outside of the ul and style it with the appropriate styles. That will make more sense since every time the list is updated you won't have to rerender the button and add the event listener to it.

  • You can add the 'line through' style for the completed todos as a class in your CSS and then add it through your js every time the checkbox is checked. This opens up the possibilities of adding more styles to the completed todos like changing the color of the text and so on, it could also help you in the long run to select the completed tasks through this class.

Once again, I really liked your project and how well organized it is. Keep up the good work. πŸ˜„ πŸš€

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.