Skip to content
/ kanban Public

A Kanban Board built with Vue and tailwind

Notifications You must be signed in to change notification settings

kromate/kanban

Repository files navigation

Vue Kanban Board

A simple Kanban Board built with typescript, Nuxt 3, composition API, Tailwind, Cypress and Vitest for testing and firebase for Backend.

Installation

  • Use the package manager yarn to install Vue Kanban Board.
yarn install
touch .env
  • add your API keys to the .env file, you can use [AIzaSyDT46a8lkVrRy27ZrH5b8Ge9nGB_4sHc6E] to test
  • then run
yarn dev
  • your application should be running on http://localhost:3000/

Contribution Guidelines

Instructions

  • Fork this repository
  • Clone your forked repository
  • Add your contribution
  • Commit and push
  • Create a pull request
  • Star this repository
  • Wait for pull request to merge
  • Celebrate your first step into the open source world and contribute more

Testing

  • After installation in order to test you have to be running the application on http://localhost:3000/
  • once the application is running on port 3000, run
yarn cy
  • the above command would start up cypress
  • This application has only e2e test so select that from the cypress menu
  • Then you can select the test you want to run

Live URL

Total time taken

  • 21 hrs (4 days)

License

MIT

About

A Kanban Board built with Vue and tailwind

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published