Code Monkey home page Code Monkey logo

todolist's Introduction

to do List

To do list is a simple CRUD application that allows you to add, delete, update tasks that you are supposed to do. screenshot

Built With

  • HTML-5
  • CSS3
  • Javacript modules
  • Webpack
  • Linters

Live Demo

Live site URL to Our Awesome Books Live Demo Link

Getting Started

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

Prerequisites

  • You only need a browser to run the html file in.

Setup

  • Create a new folder to store the files in.

Install

  • Open your command prompt or terminal and run.
  • git clone [email protected]:Nemwel-Boniface/todoList.git .

Usage

To use it run the following commands To get the configurations of the app run npm install To run the application run npm start

Run tests

  • To run tests run : npx hint . npx stylelint "**/*.{css,scss}" npx eslint .

Deployment

  • Project is deployed using
  • git push <branch_name>

Authors

๐Ÿ‘ค Author1

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

Major thanks to Nemwel

๐Ÿ“ License

This project is MIT licensed.

todolist's People

Contributors

nemwel-boniface avatar

Stargazers

Steve avatar Ezekiel Utshudi Eteta avatar Solomon Hagan avatar Linda Keza avatar Islam Bahnas avatar Firdavs Allamurotov avatar Galiwango Ananiya avatar Lynette Acholah avatar Mehdi Abdelaziz Rahal avatar Chia Carlyle avatar Mnemba Chambuya avatar Awais Amjed avatar levy_ukwishaka avatar Ibrohim Rasulov avatar Soufiane Boursen avatar Souad El Mansouri avatar Alex avatar Mahmoud Rizk avatar  avatar Affaxed Kiprotich avatar  avatar

Watchers

 avatar

todolist's Issues

Suggestions for improvement

Hi @Nemwel-Boniface ๐Ÿ‘‹ ,
Congratulations on your project, you put in great effort to work on this project and that is highly commendable.
However, there are a few suggestions I will like you to implement;

  • It should be better after every change happens in local storage, we must make sure that the task.index is updated
  • It should e better to validate the input.value before adding the description to the list, to make sure that no empty value or duplicated value is being added to the list
  • It could be better to make your web app more secure by using only secure plugins/CDN, you can do that just by HTTPS instead of HTTP.
  • list overflow after adding a large number of tasks: link.

Happy coding!!

Use ES6 syntax where ever possible.

Hey, Great job with the project. I have a suggestion for you.

  • I can see that you have used a for loop for traversing an array which holds the hard coded values. You can rather use forEach() method to do the same.

Good luck with the rest of the project. Happy coding. โญ๐Ÿ˜ŠโœŒ๏ธ

JavaScript best Practices

I believe the project was well executed and I would like to note the following that I implemented in my code:

1. KISS

My project syntax is very simple and straightforward without any unnecessary complexity in it.

2. YAGNI

In my project, Only the code that is being used is present in the codebase. Any other piece of unnecessary code was removed.

Found proposed changes

This said, The code still has some refactoring to be done.

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.