YasineNifa / RPN_calculatrice

website that provides RPN Calculation

Home Page:http://ynifa.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPN_calculatrice

Link of the application:

Description of the application:

Home Page

In the first page of the application, the user can :

  1. Search for a stack using the stack name or the stack description
  2. The search is based on the "find any kind of matching" Principales
  3. The principale page is divided into 3 sections:
    1. The first section, we can browse all the stack created and the number of operations done on the stack (we can access to the stack page by clicking on the name of the stack)
    2. The second section, we browse all the stack with more details (All the stack are displayed in chronological order) (we can access to the stack page by clicking on the name of the stack)
    3. The third section, we display all the actions applied in different stack (All the action are displayed in chronological order) (action : operations) (we can access to the stack page by clicking on the name of the stack)
  4. We can delete a stack by clicking on the delete button
  5. We can create a new stack by clicking on the create stack button

firstPage

Create New Stack

  • we need to fill the form to create a new stack
  • For the body field, it must respect this syntax: 10,5,6

cap3

Stack Page

  1. We can display all the informations about the stack : name, description and content
  2. We can apply a new operation on the stack

cap2

About

website that provides RPN Calculation

http://ynifa.pythonanywhere.com/


Languages

Language:CSS 41.5%Language:Python 36.0%Language:HTML 21.5%Language:JavaScript 0.9%Language:Procfile 0.1%