Skip to content

lucas-santosP/calculator

Repository files navigation

Calculator

A simple calculator app built to explore new features on Vue 3, like the composition API, in use with Typescript, and tailwind CSS.

Repo referenced by Lachlan Miller (Cypress and Vue team member) on this video, as an example of refactoring Vue 3 apps to the composable architecture.

Built With

  • Vue - "A progressive, incrementally-adoptable JavaScript framework for building UI on the web."
  • Vite - "A build tool that aims to provide a faster and leaner development experience for modern web projects"
  • Typescript - "An open-source language which builds on JavaScript, adding static type definitions."
  • Tailwind CSS - "A utility-first and fully responsive CSS framework."

Demo

Demonstration online by GitHub Pages on this link.

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

License

This project is licensed under the MIT License - see the LICENSE.md file for details