Skip to content

This is a calculator application built with Next.js, Tauri, and Tailwind CSS. It provides a desktop application experience using Tauri while leveraging the power of React and Next.js for the frontend.

License

Notifications You must be signed in to change notification settings

KeevenOliveira/calculator

Repository files navigation

Calculator

project print

This is a calculator application built with Next.js, Tauri, and Tailwind CSS. It provides a desktop application experience using Tauri while leveraging the power of React and Next.js for the frontend.

Table of Contents

Technologies

Installation

  1. Clone the repository:

    git clone https://github.com/keevenoliveira/calculator.git
    cd calculator
  2. Install dependencies:

    yarn install
  3. Install Rust

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup. rs | sh

    or consider the official Website of Rust Language, here.

Scripts

  • Start Development Server (if you need run just ):

    yarn dev
  • Start desktop Server:

    yarn desktop
  • Run tests:

    yarn test
  • Watch Tests:

    yarn test:watch
  • Lint Code:

    yarn lint

Dependencies

  • @tauri-apps/api: Tauri API for desktop integration
  • next: React framework for server-side rendering
  • react & react-dom:: Core React libraries
  • react-toastify: Notifications
  • styled-components: CSS-in-JS library

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

This is a calculator application built with Next.js, Tauri, and Tailwind CSS. It provides a desktop application experience using Tauri while leveraging the power of React and Next.js for the frontend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages