Update To-Do_List.md

pull/706/head
PranavKumar20 2 years ago committed by GitHub
parent 369782d6e1
commit 72113ce94a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,43 +12,25 @@ The ability to prioritize tasks based on importance and urgency is another key a
## User Stories
- [ ] User can see a display showing the current number entered or the
result of the last operation.
- [ ] User can enter numbers as sequences up to 8 digits long by clicking on
digits in the entry pad. Entry of any digits more than 8 will be ignored.
- [ ] User can click on an operation button to display the result of that
operation on:
* the result of the preceding operation and the last number entered OR
* the last two numbers entered OR
* the last number entered
- [ ] User can click the 'C' button to clear the last number or the last
operation. If the users last entry was an operation the display will be
updated to the value that preceded it.
- [ ] User can click the 'AC' button to clear all internal work areas and
to set the display to 0.
- [ ] User can see 'ERR' displayed if any operation would exceed the
8 digit maximum.
- [ ] User can see a display showing the number of tast to do.
- [ ] User can enter new tasks.
- [ ] User can click on an and new to add new task.
- [ ] User can click the 'Checkbox' button to mark the task that has been completed.
- [ ] User can click the 'Clear All' button to clear all task that has been done.
## Bonus features
- [ ] User can click a '+/-' button to change the sign of the number that is
currently displayed.
- [ ] User can see a decimal point ('.') button on the entry pad to that
allows floating point numbers up to 3 places to be entered and operations to
be carried out to the maximum number of decimal places entered for any one
number.
- [ ] User can make a feature of making calender which can give the sumary of whole month.
- [ ] user can make the proiority option (like numbering the task based on priority).
- [ ] user can make the feature of sharing the task list.
## Useful links and resources
- [Calculator (Wikipedia)](https://en.wikipedia.org/wiki/Calculator)
- [TO-DO list (Wikipedia)](https://en.wikipedia.org/wiki/Wikipedia:To-do_list)
- [MDN](https://developer.mozilla.org/en-US/)
## Example projects
- [BHMBS - JS-Neumorphic-Calculator](https://barhouum7.github.io/JS-Neumorphic-Calc.github.io/)
- [Javascript iOS Style Calculator](https://codepen.io/ssmkhrj/full/jOWBQqO)
- [Javascript Calculator](https://codepen.io/giana/pen/GJMBEv)
- [React Calculator](https://codepen.io/mjijackson/pen/xOzyGX)
- [Javascript-CALC](https://github.com/x0uter/javascript-calc)
- [Sample Calculator](https://sevlasnog.github.io/sample-calculator)
- [Python Calculator](https://github.com/kana800/Side-Projects/tree/master/1-Beginner/calculator)
- [Javascript iOS Style To-Do List](https://www.youtube.com/watch?v=G0jO8kUrg-I&ab_channel=GreatStack)
- [Javascript To-Do list MERN](https://www.youtube.com/watch?v=dyImiV6MGqg&ab_channel=CodeWithSajjan)
- [Javascript-Vue-HTML-CSS-Javascript](https://github.com/manuelernestog/weektodo)

Loading…
Cancel
Save