Skip to content

max-taylor/Full-stack-Rust---Apple-Calculator

Repository files navigation

Apple Calculator in Rust

This repository contains the source code for a desktop application that replicates the functionality and aesthetic of Apple's Calculator. It is built using Rust with Tauri and Yew frameworks, and styled using Tailwind CSS.

Demo Video

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

Installation

  1. Clone the Repository

    git clone https://github.com/max-taylor/Full-stack-Rust---Apple-Calculator.git
    cd apple-calculator-clone-rust
  2. Run the Development Server

    cargo tauri dev
  3. Run the Tailwind Watcher service in a separate terminal

    npx tailwindcss -i ./src/input.css -o ./output.css --watch

Built With

  • Rust - The programming language used.
  • Tauri - Framework for building lightweight, cross-platform desktop applications with web technologies.
  • Yew - Rust framework for building front-end web apps.
  • Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published