https://github.com/radom12/django_simplecalculator
A Simple Calculator app, Designed using Django, which allows for users to perform basic calculations on the web
https://github.com/radom12/django_simplecalculator
calculator css django django-project fullstack-development html js project python simple-project ui
Last synced: 2 months ago
JSON representation
A Simple Calculator app, Designed using Django, which allows for users to perform basic calculations on the web
- Host: GitHub
- URL: https://github.com/radom12/django_simplecalculator
- Owner: Radom12
- Created: 2024-08-03T07:58:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T16:19:31.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T14:22:03.836Z (over 1 year ago)
- Topics: calculator, css, django, django-project, fullstack-development, html, js, project, python, simple-project, ui
- Language: Python
- Homepage:
- Size: 13.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Django Project to perform Calculations on the
##Steps to run:
### Step 1:
Install Django on your computer, by running the below commanf:
pip install django
### Step 2:
Clone the repo on to your computer
git clone https://github.com/Radom12/Django_SimpleCalculator
cd Django_SimpleCalculator
### Step 3:
cd calculator
### step 4:
python manage.py runserver