dsc-gtbit / HacktoberFest-20-GTBIT-Web

1 stars 12 forks source link

Todo List JavaScript Project #11

Open annukamat opened 3 years ago

annukamat commented 3 years ago

Project Requirements

  1. The objective of this JavaScript Project is to wire up a todo list application.
  2. You should be able to add new items and use the buttons to toggle completed items, edit items, or delete items.
  3. If you try to add an item without text, you should receive an alert telling the user to add an item.
  4. The clear button should clear your page.

Project Location

ToDoList/username

Happy Coding!!

akshitaPrajapati commented 3 years ago

I can work on it!

annukamat commented 3 years ago

@akshitaPrajapati sure go ahead :)

Leonardoleo commented 3 years ago

Hye, i made todolist app with Vue.js 2.5 and design with semantic ui. RIght now, its already fully functionality. But, i made undo n redo button so at least able to show one deleted task. But, cant edit. Just show and delete. And, theres no clear button. Is it ok with that? @annukamat

annukamat commented 3 years ago

@Leonardoleo thats ok. For now just send the pr we will merge it. And after that, try to work on the undo functionality.

Leonardoleo commented 3 years ago

@annukamat ok i will send the pr then. Allright.

Leonardoleo commented 3 years ago

@annukamat I already made PR for the todolist project.

Faniry1015 commented 1 year ago

@annukamat here is my code for a basic todo list app :

<!DOCTYPE html>

Simple Todo List

Simple Todo List App