first commit

This commit is contained in:
Puechberty Arthur
2026-03-30 20:36:20 +02:00
commit 68f382d8dd
21 changed files with 8481 additions and 0 deletions
+56
View File
@@ -0,0 +1,56 @@
# Calculatrice
Application web de calculatrice réalisée avec Next.js.
## Site en ligne
- Projet: https://calculatrice.arthurp.fr
## Objectif
Proposer une calculatrice simple, rapide et responsive, utilisable sur desktop et mobile.
## Stack technique
- Next.js 16
- React 19
- TypeScript
## Lancement en local
Prerequis: Node.js 20+
```bash
npm install
npm run dev
```
Application accessible sur http://localhost:3000
## Scripts utiles
```bash
npm run dev
npm run build
npm run start
npm run lint
```
## Deploiement
Build de production:
```bash
npm run build
```
Ensuite deployer sur votre plateforme cible (Vercel, VPS, etc.).
## Backlinks
- Calculatrice en ligne: https://calculatrice.arthurp.fr
- Site principal: https://arthurp.fr
## Licence
Projet personnel.