https://github.com/chamikamunithunga/mojo_factorial
https://github.com/chamikamunithunga/mojo_factorial
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chamikamunithunga/mojo_factorial
- Owner: chamikamunithunga
- Created: 2024-09-06T16:58:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T17:26:39.000Z (9 months ago)
- Last Synced: 2024-09-06T20:45:49.339Z (9 months ago)
- Language: CSS
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Factorial Calculator
--------------------
This project is a Factorial Calculator web application, designed to take a user input and calculate its factorial. The application features a responsive design, an intuitive user interface, and animated transitions, making the user experience engaging and modern.Features
---------
Responsive Design: Adapts seamlessly to different screen sizes.Dynamic Factorial Calculation: Calculates the factorial of a non-negative integer entered by the user.
Animations: Smooth fade-in animations for the form, with hover effects on buttons.
Error Handling: Displays an error message when invalid input is provided (negative numbers or non-integer values).
Reset Functionality: Users can clear the form and the result easily.
Technologies Used
-------------------
HTML5: Structure of the web application.CSS3: For styling, animations, and responsiveness.
JavaScript (ES6): Handles the factorial calculation and user interaction logic.