This is a todo list made with react. The website is live at To-do-list-in-react
- Make it responsive for mobile
- input field
- task EDIT (DELETE ONLY AFTER TASK GETS EDITED
- OTHERWISE KEEP INTACT)
- task completed date
- DATE ADDED TODAY (each just below one another)
- noticeable hovering for buttons (up
- down)
- transition for up/down
- TRANSITION FOR DELETING AN ITEM
- SORTING BASED on different attributes (like name
- date)
- beautify sort button
- ADD UNIFORMITY TO THE OVERALL COLOR STRUCTURE OF THE PAGE
- TASK COMPLETED
- SMOOTH TRANSITION FOR PINNING AN ITEM
- DEPLOY IN OTHER PLATFORM (PAGES, RENDER, ETC)
-
git clone https://github.com/Shubham-kpl/todolistto clone repository to your device -
run
npm installto install related dependencies -
run
npm startto run project in your local server
- add icons for done and pin
- pin element
- notification on doing every event
- progress bar task completion
- progress bar upon going down
- maintain ordering of tasks on reload
- undo option
- warning on deleting
- celebration on task completion
- task completion slider
- rename todo list on clicking it
- add due date (calendar in form)
- form transition
- why active class' color in the task is not fading after double clicking it
- why upon inputting empty task, it goes below
- line break class
- transition not workingin error message element
- handle arrow up , arrow down
- if format of new task changes, change the format of the existing tasks too
- can we pin an element by passing to a function


