Coder Social home page Coder Social logo

hamidazim321 / to-do-list Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 2.95 MB

To-Do List application, allows users to stored their daily chores in a list, clear completed items. Stores user's data in Local Storage on browsers so that data retains even when browser is closed

Home Page: https://hamidazim321.github.io/To-do-list/dist/

License: MIT License

HTML 1.70% JavaScript 89.86% CSS 8.45%

to-do-list's Introduction

๐Ÿ“— Table of Contents

๐Ÿ“– [Awesome Books ES6]

To-do list is a project in Module 2 of Microverse Full Stack Program. It allows users to keep a list of things and add and remove from the list. To-do list is build using new ES6 features and Webpack as bundler.

๐Ÿ›  Built With

Tech Stack

Client
Server
  • N/A
Database
  • N/A

Key Features

  • Allows users to add and remove thing from the to-do list

(back to top)

Live Demo

(back to top)

๐Ÿ’ป Getting Started

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

Prerequisites

In order to run this project you need: Have A code Editor on your local machine

Example code editor: Visual Studio Code

Setup

Clone this repository to your desired folder:

Example commands:

cd my-folder git clone [email protected]:myaccount/my-project.git

Install

Install this project with:

cd my-project npm install

Usage

To run the project: npm start

Run tests

To run tests, run the following command:

npm test

Deployment

You can deploy this project using Github Pages

(back to top)

๐Ÿ‘ฅ Authors

๐Ÿ‘ค Hamid Azim

๐Ÿ‘ค Mohammed roshdy

๐Ÿ”ญ Future Features

  • [Will try to add some more user interactivity using JS]

(back to top)

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

โญ๏ธ Show your support

If you like this project feel free to clone it and use it in your own projects and follow the author on Twitter

(back to top)

๐Ÿ™ Acknowledgments

  • I would like to thank Microverse for the opportunity to learn among great aspiring developers

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

to-do-list's People

Contributors

hamidazim321 avatar mohamedroshdy2021 avatar

Stargazers

 avatar Mozamel Jawad avatar

Watchers

 avatar

Forkers

hetrox8

to-do-list's Issues

KISS, DRY, YAGNI and JavaScript best practices issues in the code

Object destructuring could be used for the item.index to not repeat item.index multiple times and make it more readable(DRY, JS best practices)
https://github.com/hamidazim321/To-do-list/blob/7c47b898acf17134a734be36b74e171ae755a5fc/src/Modules/RenderList.js#L27C1-L29C28

The following statements could be performed using a single statement below(DRY, KISS)
li.append(checkBox, label, icon);
https://github.com/hamidazim321/To-do-list/blob/7c47b898acf17134a734be36b74e171ae755a5fc/src/Modules/RenderList.js#L32C4-L34C26

Peer-to-peer Code Review

Hi @hamidazim321

Highlights ๐ŸŸข :

Good use of functions and use of ES6.
Good use of modules

There are a few suggestions that may improve your code:

  • The code is not DRY and we suggest that you can use localStorage function for add and delete modules so your code will look great.
  • When you add or remove an item your page should not refresh.

Cheers and Happy Coding! ๐Ÿ˜„

To Do List Issue

Good job so for but you need to work in this part :
The live demo part should not be nested within the built with list .

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.