mirror of
https://github.com/arthur-pbty/calculatrice.git
synced 2026-06-03 15:07:19 +02:00
8400e26c0a7e4d82b5f36943fb2485dd985941b7
- Refactored Dockerfile for improved multi-stage builds and added development and production configurations. - Updated README with clearer project description, local development instructions, and added contact information. - Enhanced Calculator component to manage theme and history using localStorage, improving user experience. - Added new pages for legal mentions and privacy policy, including relevant metadata. - Updated docker-compose.yml for better service management and added environment variables. - Introduced a new LICENSE file outlining usage rights and responsibilities.
Calculatrice
Calculatrice web (simple + scientifique) construite avec Next.js.
Liens
- Site: https://calculatrice.arthurp.fr
- Site principal: https://arthurp.fr
- Contact: https://contact.arthurp.fr
- Email: contact@arthurp.fr
Stack
- Next.js 16
- React 19
- TypeScript
Developpement local
Prerequis: Node.js 22+
npm ci
npm run dev
Application: http://localhost:3000
Scripts
npm run dev
npm run build
npm run start
npm run lint
Docker
Mode dev:
docker compose --profile dev up --build
Mode production:
docker compose --profile prod up --build -d
- Dev: http://localhost:3000
- Prod: http://localhost:3014
Pages legales
- /mentions-legales
- /politique-de-confidentialite
Description
Languages
TypeScript
83.1%
CSS
14.6%
JavaScript
1.2%
Dockerfile
1.1%