xandao-dev / trello-clone

Trello clone, a challenge from Vue Forge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Trello Clone

A Trello clone built with Vue 3, TypeScript, and Tailwind CSS. A challenge from Vue Forge.

Explore the docs »
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

Features

  • CRUD boards
  • CRUD cards

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Installation

  1. Clone the repo
    git clone https://github.com/xandao-dev/trello-clone.git
  2. Install dependencies
     cd trello-clone
     npm install # or yarn install

Usage

  • Starts the development server
    npm run dev # or yarn dev
  • Build for production
    npm run build # or yarn build

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Free software =)

Contact

Alexandre Calil - Linkedin - alexandre@xandao.dev

Project Link: https://github.com/xandao-dev/trello-clone

Acknowledgements

About

Trello clone, a challenge from Vue Forge

License:MIT License


Languages

Language:Vue 72.3%Language:TypeScript 22.1%Language:JavaScript 2.7%Language:HTML 1.7%Language:CSS 1.2%