Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`