Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonio-gg-dev/calculator
A minimalistic Calculator web-app.
https://github.com/antonio-gg-dev/calculator
calculator jest storybook tailwind-css typescript vue
Last synced: 3 days ago
JSON representation
A minimalistic Calculator web-app.
- Host: GitHub
- URL: https://github.com/antonio-gg-dev/calculator
- Owner: antonio-gg-dev
- Created: 2023-04-06T00:43:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T14:48:30.000Z (almost 2 years ago)
- Last Synced: 2024-12-19T22:13:12.710Z (about 2 months ago)
- Topics: calculator, jest, storybook, tailwind-css, typescript, vue
- Language: TypeScript
- Homepage: https://antonio-gg-dev.github.io/Calculator/
- Size: 1.37 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
The objective of this project is to practice using Vue, TypeScript, Jest, Storybook, TailwindCSS..., developing with TDD first the Calculator service and later connecting it to the GUI.
## Project setup
```bash
yarn install
```### Compiles and hot-reloads for development
```bash
yarn dev
```### Compiles and minifies for production
```bash
yarn build
```### Run tests
```bash
yarn test
```### Lints files
```bash
yarn lint
```