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

https://github.com/milo-brt/calculatrice

Une calculatrice toute simple pour découvrir le PHP
https://github.com/milo-brt/calculatrice

calculatrice introduction lyon1 php

Last synced: 3 months ago
JSON representation

Une calculatrice toute simple pour découvrir le PHP

Awesome Lists containing this project

README

        

# A simple calculator in PHP [university project]

🇫🇷 Pour la version française, [c'est par ici](README_fr.md)

Practical work n°1 of the [LIFRW : Introduction to Networks and Web](http://perso.univ-lyon1.fr/olivier.gluck/supports_enseig.html#LIFRW) course unit done during my first year of preparatory class at [Polytech Lyon](https://polytech.univ-lyon1.fr/english-version)

## Goal

Make a simple calculator in PHP, with basic operations (addition, subtraction, multiplication, division) and a graphical interface in HTML/CSS. The goal was to understand the PHP language and the transfer of data from an HTML form.

## Result

Calculator preview

A copy of the project is hosted [here](https://projects.milobrt.fr/calculatrice)