https://github.com/manukumarnm/javascript_calculator
Simple Calculator built-in Java Script along with Django, HTML, and CSS to perform basic functionalities with the beautiful front-end design.
https://github.com/manukumarnm/javascript_calculator
css django html5 javascript python
Last synced: 2 months ago
JSON representation
Simple Calculator built-in Java Script along with Django, HTML, and CSS to perform basic functionalities with the beautiful front-end design.
- Host: GitHub
- URL: https://github.com/manukumarnm/javascript_calculator
- Owner: ManukumarNM
- Created: 2021-06-11T14:08:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-16T17:09:52.000Z (about 5 years ago)
- Last Synced: 2025-03-26T16:53:11.212Z (about 1 year ago)
- Topics: css, django, html5, javascript, python
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Title - Javascript_Calculator
#Simple javascript Calculator - Basic operation like addition, subtraction, multiplication, division can be done using this application.
# image

# Built with
JavaScript,
Python-Django,
HTML,
CSS,
02. Modulus and Exponential is under development.
# How to run project
01. Download Project or Clone Repository.
02. Open the command prompt or visual studio "Install Django".
03. Run command "python manage.py runserver" from the root directory.
04. Open any web browser and type http://localhost:8000.