Puechberty Arthur 8400e26c0a Refactor Dockerfile, update README, and enhance Calculator component
- 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.
2026-04-01 23:30:51 +02:00
2026-03-30 20:36:20 +02:00
2026-03-30 20:36:20 +02:00
2026-03-30 20:36:20 +02:00
2026-03-30 20:36:20 +02:00
2026-03-30 20:36:20 +02:00
2026-03-30 20:36:20 +02:00
2026-03-30 20:36:20 +02:00
2026-03-30 20:36:20 +02:00
2026-03-30 20:36:20 +02:00
2026-03-30 20:36:20 +02:00

Calculatrice

Calculatrice web (simple + scientifique) construite avec Next.js.

Liens

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

Pages legales

  • /mentions-legales
  • /politique-de-confidentialite
S
Description
Simple online calculator, fast and easy to use
Readme 113 KiB
Languages
TypeScript 83.1%
CSS 14.6%
JavaScript 1.2%
Dockerfile 1.1%