Giter VIP home page Giter VIP logo

jodrack07 / todo-list-app Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 1.0 375 KB

Todo application is a web app that helps to organise your daily activities. It lists all the activities that you need to be completed and allows you to mark them as complete or not. Tasks can also be dragged and dropped in any position. It's a minimalistic website built using JavaScript ES6, Webpack and CSS

Home Page: https://github.com/joseph07-drack/todo-app

HTML 10.17% JavaScript 69.20% CSS 20.62%
css html javascript linters webpack

todo-list-app's Introduction

Hi there ๐Ÿ‘‹, I'm Buingo Joseph

  • ๐ŸŒฑ Iโ€™m currently learning NextJS, NuxtJS and NestJS

  • ๐ŸŽ“ Computer Science graduate at ULK/Rwanda-Gisenyi | Microverse student ๐Ÿ’ป

  • ๐Ÿ’ผ Zopener

  • โšฝ๐Ÿƒ Enjoy sports during free time

๐Ÿ›  Tech Stack

  • ๐Ÿ’ป JavaScript | Typescript | React & Redux | Php | Node.js & ExpressJs | Nestjs
  • ๐ŸŒ HTML | CSS | Sass | Tailwindcss | Bootstrap | JavaScript | Typescript | ReactJS | Nextjs | Vuejs | Nuxt | PHP | Laravel
  • ๐Ÿ›ข MySQL | Postgres | MongoDB
  • ๐Ÿ”ง Git | GitHub | GitFlow | Heroku | Vercel | Netlify | Render

๐Ÿค๐Ÿป Connect with Me

LinkedIn Email

โญ๏ธ From jodrack07

todo-list-app's People

Contributors

jodrack07 avatar tahenybelguith avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

tahenybelguith

todo-list-app's Issues

live demo link is not working

Hello @joseph07-drack ๐Ÿ‘‹ you did Amazing work ๐Ÿฅ‡ .

  • Clean Code ๐Ÿ‘ .
  • Github workflow ๐Ÿ‘ .

but I noticed that the live demo link is not working, there is a typo on the URL.

  1. kindly fix that.

JEST TESTING REVIEW

JEST TESTING REVIEW

First, I will say I like the way, you kept the code DRY and your use of desctructuring. Altogther, you have a great project ๐Ÿ‘ . But I feel like you can use some better practices to deliver KISS and DRY codes. Below are the issues:

  • The null input was not taken care of in the add method.
  • Kindly try to keep it simple with remove testing code.

# Code quality checking

Code quality checking (Javascript Best practices, DRY, KISS and YAGNI)


  • JavaScript Best Practices:
    - window.location.reload() is not a good practice, find a way to include the event.preventDefault() so that the page
    may not reload every time and an action get trigged. check (actions.js line 10 and line 27 and ./src/index.js line 72)
    - unused codes used not be part of the codebase, kindly remove the ./modules/todos.js file.
    - avoid using verbose code for code readability and maitenance. Kindly check this and refactor.

  • DRY
    - I noticed there is localstorage snippet to store items that is repeated more than one time : (actions.js line 8, line 26 and line 32)

  • KISS
    Everything is simple ๐Ÿ‘

  • YAGNI
    No unnecessary code complexy ๐Ÿ‘

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.