mirror of
https://github.com/arthur-pbty/calculatrice.git
synced 2026-06-09 01:00:56 +02:00
57 lines
786 B
Markdown
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.
|