Calculator

Calculator project

Author: Davyd Hutsenko

Getting Started

1: Go to the project’s folder

cd calculator

2:

1) For view - pull docker image

docker pull dazy/calculator:latest

2) For development - install all dependencies

npm install
# or
yarn

3:

1) For view - run docker container

docker run -d -p 3000:3000 --rm --name stopwatch dazy/stopwatch

2) For development - run dev server

npm run dev
# or 
yarn dev

4) Open http://localhost:3000/ in your browser and use.

Description

Calculator is a web application developed with Next.js, TypeScript, SCSS, and Redux-Toolkit. It aims to provide a convenient and efficient way to perform mathematical calculations in a visually appealing interface.

Key Features:

This project leverages the power of Next.js, a React framework, to provide server-side rendering and optimized performance. TypeScript enhances the development process by adding static typing, improving code quality and maintainability. SCSS is used for styling, allowing for easy customization and consistent design. Redux-Toolkit is employed for state management, enabling efficient data handling and synchronization.

Whether you need to perform simple calculations or tackle more complex mathematical tasks, Calculator has got you covered. Explore the codebase, customize it to your needs, and enjoy hassle-free calculations with this powerful web application.