Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alice-sebego/calculator
Create a calculator & pythagore's calculator with Javascript vanilla
https://github.com/alice-sebego/calculator
bootstrap calculator calculator-application css3 javascript-es6 vanilla-js
Last synced: 16 days ago
JSON representation
Create a calculator & pythagore's calculator with Javascript vanilla
- Host: GitHub
- URL: https://github.com/alice-sebego/calculator
- Owner: alice-sebego
- Created: 2020-04-29T16:39:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:31:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T21:37:11.173Z (almost 2 years ago)
- Topics: bootstrap, calculator, calculator-application, css3, javascript-es6, vanilla-js
- Language: HTML
- Homepage: https://alice-sebego.github.io/calculator/
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
Confinement lié à la crise sanitaire + Mise en chômage partiel total + Mon rôle improvisé de prof de math auprès de mon fils =
Reprise d'un exo fait pendant ma formation de dév.Objectif : conserver et approfondir mes skills auxquels je tiens !
## C'est quoi ?
Il s'agit d'une page web dédiée aux maths.
Elle contiendra une calculatrice faite en JS + un module pour réviser le théorème de Pythagore :)
## Langages, framework et outils utilisés :
* HTML5, CSS3, Bootstrap
* JavaScript ES6
* Webpack & Babel## Pourquoi ce thème ?
* Tout simplement pour terminer et compléter un exo fait pendant ma 1ère formation de dév' en 2019
* Faire un clin d'oeil à mon fils & Rendre hommage aux 2 profs de maths qu'on a vu à la TV dans l'émission Lumni (Cc Nicolas et Cyril !)## Dépendances
Installer toutes les dépendances : `npm install`
Compiler et transpiler les fichiers JS : `npm run build`
Lancer le projet en serveur local : `npm run start`