Skip to content

JamesGrame/Web-Calculator-with-Django-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Django Scientific Calculator

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.

Features

  • Advanced scientific calculations
  • Clean and modern UI
  • Smooth animations and responsive design
  • Secure evaluation of mathematical expressions

Installation

Prerequisites

  • Python 3.x
  • Django 3.x or higher

Steps

  1. Clone the repository:

    git clone https://github.com/yourusername/django-scientific-calculator.git
    cd django-scientific-calculator
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:

      venv\Scripts\activate
    • On macOS and Linux:

      source venv/bin/activate
  4. Install the required packages:

    pip install -r requirements.txt
  5. Apply migrations:

    python manage.py migrate
  6. Run the server:

    python manage.py runserver
  7. Open the application:

    Open your web browser and navigate to http://127.0.0.1:8000/ to see the calculator in action.

Usage

Simply click the buttons on the calculator to input numbers and operations. The result will be displayed dynamically.


Happy calculating!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published