An advanced scientific calculator built with Django for the backend and a modern, animated interface using HTML, CSS, and JavaScript. This project showcases a clean and interactive user interface with smooth animations and appealing color combinations.
- Advanced scientific calculations
- Clean and modern UI
- Smooth animations and responsive design
- Secure evaluation of mathematical expressions
- Python 3.x
- Django 3.x or higher
-
Clone the repository:
git clone https://github.com/yourusername/django-scientific-calculator.git cd django-scientific-calculator
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
-
On Windows:
venv\Scripts\activate
-
On macOS and Linux:
source venv/bin/activate
-
-
Install the required packages:
pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Run the server:
python manage.py runserver
-
Open the application:
Open your web browser and navigate to
http://127.0.0.1:8000/
to see the calculator in action.
Simply click the buttons on the calculator to input numbers and operations. The result will be displayed dynamically.
Happy calculating!