An open API service indexing awesome lists of open source software.

https://github.com/chamikamunithunga/mojo_factorial


https://github.com/chamikamunithunga/mojo_factorial

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

![Screenshot 2024-09-06 at 10 52 29 PM](https://github.com/user-attachments/assets/6a3d9223-eb27-458f-8ada-ee7d5f1ed1ad)

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.