Skip to content

BAcode-X/webCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Calculator

Simple web application – Calculator

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

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

Built With

Getting Started

Here are instructions on setting up the project locally. Just follow these simple steps.

Prerequisites

  • python
  • pip

Installation

  1. Open your terminal
  2. Clone the repo
    git clone https://github.com/BAcode-X/webCalc.git
  3. Install Django module
    pip install django
  4. Move into the directory and run the following commands
    py manage.py makemigrations
    py manage.py migrate
    py manage.py runserver

Usage

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!'.

About

Simple web application – Calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors