Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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