Git Product home page Git Product logo

ichsansandy / webpack-todo-list-microverse Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 468 KB

Effortlessly manage your daily tasks with our powerful to-do list website, Built using HTML/CSS/JS, bundle using Webpack with Unit test using Jest

Home Page: https://ichsansandy.github.io/webpack-todo-list-microverse/dist

License: MIT License

HTML 3.97% JavaScript 85.39% CSS 10.64%
hmtl-css-javascript jest-tests webpack

webpack-todo-list-microverse's Issues

Peer to peer code review

Nice Design ๐Ÿ‘ ๐Ÿ’ฏ

Here are a few recommended reviews that you can consider incorporating:

  • Incorporate a submit button
  • Transform your website into a mobile-friendly version
  • In the input field I'd suggest that you make the input value (required) to limit submission of empty tasks.
  • Can you addressed the issue of the scrolling tab that appears when an action is performed on the website.

Morning Session Peer to Peer Code Review ( Yan, Ichsan, Fatima)

Ichsansandy ToDoList Agree Feedback

You did a great job so far ๐Ÿ‘
Nice Design ๐Ÿ‘ ๐Ÿ’ฏ
Kindly consider to replace your array declaration todoList by using a sing line of code like this:
let todoList = JSON.parse(localStorage.getItem('todolist')) || []; (Fatima) ๐Ÿ’ฏ

Peer to Peer Code Review

Great job so far ๐Ÿ‘ , nice implementation of ES6 and DRY code, i'd suggest you place the savingData and loadToDoList functions in one function since they are both called multiple time together

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.