Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 23 hours 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-08T16:19:31.000Z (5 months ago)
- Last Synced: 2024-11-14T08:16:53.471Z (2 months 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