Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filiphric/trelloapp-vue-vite-ts
https://github.com/filiphric/trelloapp-vue-vite-ts
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/filiphric/trelloapp-vue-vite-ts
- Owner: filiphric
- Created: 2021-05-14T18:56:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T02:44:40.000Z (8 months ago)
- Last Synced: 2024-08-02T19:38:29.160Z (3 months ago)
- Language: TypeScript
- Size: 6.99 MB
- Stars: 28
- Watchers: 2
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Trello clone app written in Vue 3 + Typescript + Vite + TailwindCSS
[![trello app](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/qmz9cz&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/qmz9cz/runs) [![codecov](https://codecov.io/gh/filiphric/trelloapp-vue-vite-ts/branch/main/graph/badge.svg?token=0CFFEB154E)](https://codecov.io/gh/filiphric/trelloapp-vue-vite-ts)
This is a second version of [Trello clone](https://github.com/filiphric/trelloapp) app, which I use for my Cypress.io workshops. I create this to explain and showcase Cypress capabilities, much like [Real world application](https://github.com/cypress-io/cypress-realworld-app) by Cypress.
To install, simply clone this project and
1. `npm install`
2. `npm start`What you can see here is pretty much still work in progress and far from done. This is my Playground, don’t judge the code quality.