mirror of
https://github.com/arthur-pbty/calculatrice.git
synced 2026-06-20 21:39:40 +02:00
first commit
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user