Table of Contents
It is a simple web application which simulates the functionalities of a real-time calculator online. Besides calculating math oprations it also includes the following fuctionalities :
- User Authentication
- Record a History
- Profile Update
Here are instructions on setting up the project locally. Just follow these simple steps.
- python
- pip
- Open your terminal
- Clone the repo
git clone https://github.com/BAcode-X/webCalc.git
- Install Django module
pip install django
- Move into the directory and run the following commands
py manage.py makemigrations py manage.py migrate py manage.py runserver
To use the web app, you first need to register and create an account. After providing the required fields you need to login by providing ur nickname and password.
Then you can start calculating by clicking the link CALCULATE.
Write your expression in the field provided then press the calculate button
If the expression you have provided is undefined or can not be evaluated, it returns a string of 'Undefined!'.