Files
calculatrice/README.md
T
Puechberty Arthur 68f382d8dd first commit
2026-03-30 20:36:20 +02:00

57 lines
786 B
Markdown

# 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.