Git Product home page Git Product logo

miltonhenschel / todolist-app Goto Github PK

View Code? Open in Web Editor NEW
26.0 1.0 21.0 313 KB

A website which permits users to manage their todo list by creating, removing, updating and deleting a new task. You can mark a task as complete.

Home Page: https://miltonhenschel.github.io/ToDoList-App/

License: MIT License

HTML 10.08% JavaScript 70.37% CSS 19.54%
to-do-list to-do-list-javascript todo-app todo-list todolist

todolist-app's Introduction

Microverse README

๐Ÿ“— Table of Contents

๐Ÿ“– To Do List App

A tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.

๐Ÿ›  Built With

Tech Stack

html5 css3 javascript webpack

Key Features

  • Adding a new item
  • Removing a selected item
  • Marking a selected item as complete
  • Removing all items marked as complete at once
  • Reordering a selected item (as drag-and-drop)

(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:

  • A PC running any operating system like Windows, Linux, or MacOS
  • An Internet connection
  • Knowledge of some basic Git commands
  • A browser like Microsoft Edge, Google Chrome or Mozilla Firefox
  • Git installed
  • Webpack installed

Setup

  • Link your PC to GitHub
  • Clone this repository to your desired folder:
git clone https://github.com/miltonHenschel/ToDoList-App.git
cd ToDoList-App
  • Open the file in your code editor
code .
  • Setup JavaScript + CSS + HTML linter

Run the following codes in your project folder in your IDE:

Install

Install this project with:

  • node_modules
npm install -g node-modules
  • webpack
npm install -g webpack
npm install -g webpack-cli
  • project dependencies
npm install

Usage

Start the server

npm run start

Run tests

To run Stylelint and ESLint tests, run the following commands respectively:

npx stylelint "**/*.{css,scss}"
npx eslint .

Deployment

To deploy this project run

npm run deploy

(back to top)

Author

๐Ÿ‘ฅ Henschel Nketchogue M.

(back to top)

๐Ÿ”ญ Future Features

  • Improve design

(back to top)

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

(back to top)

โญ๏ธ Show your support

Give a โญ๏ธ if you like this project!

(back to top)

๐Ÿ™ Acknowledgments

(back to top)

โ“ FAQ

  • How to fix JavaScript + CSS + HTML linter errors?

    • Kindly use the following in your project's root directory:
    npx stylelint "**/*.{css,scss} --fix"
    
    npx eslint . --fix
    

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

todolist-app's People

Contributors

miltonhenschel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

todolist-app's Issues

Code Review Feb 02, 2023

The app looks good and is working fine.

  • Consider disabling edit mode after the todo is marked as completed
  • Add an event listener to update local storage when marking todo as completed

Check for JS Best Practice

Morning Session

@kensteph
Hi Henschel, You did a great job!

HIGHLIGHTS

  • Use of semantic HTML
  • Use of ES6 features
  • Clean code

SUGGESTIONS

  • Please, consider adding the 'checked' property for every checkbox that has a completed todo even when the page reloaded.
  • When editing a todo, if the description is empty, I think it would be better to remove this todo.

Happy coding!!!

@darkxdev

  • Please consider removing the "reload page" method when adding a new task to the list. it is an expensive operation memory wise and it is not strictly necessary.

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.