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
- Host: GitHub
- URL: https://github.com/milo-brt/calculatrice
- Owner: milo-brt
- Created: 2024-02-27T11:43:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-02T15:29:54.000Z (3 months ago)
- Last Synced: 2025-03-02T16:30:50.284Z (3 months ago)
- Topics: calculatrice, introduction, lyon1, php
- Language: PHP
- Homepage: https://projects.milobrt.fr/calculatrice
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
A copy of the project is hosted [here](https://projects.milobrt.fr/calculatrice)