issues
search
rebecca-123
/
m223_team_lovelace
0
stars
0
forks
source link
Implement floating point numbers/HTML form (Mini-lab technical) on personal page
#64
Closed
rebecca-123
closed
3 years ago
rebecca-123
commented
3 years ago
Frontend
Link
[x] Create form for user to input two floating-point numbers
[x] Add submit button to sum the two floating-point numbers
[x] Add submit button to subtract the two floating-point numbers
[x] Add submit button to multiply the two floating-point numbers
[x] Add submit button to divide the two floating-point numbers
Backend
Link
[x] Return a result depending on which button the user clicks and whether decimal numbers were submitted in the form
rebecca-123
commented
3 years ago
Future Advancements
[ ] Allow users to choose how many numbers to input (unlimited inputs instead of only having 2)
[ ] Try/except to provide error message if user inputs string/symbols
Frontend Link
Backend Link