Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Trello clone, a challenge from Vue Forge
https://github.com/xandao-dev/trello-clone

tailwindcss trello trello-clone typescript vue vue3

Last synced: 2 days ago
JSON representation

Trello clone, a challenge from Vue Forge

Awesome Lists containing this project

README

        




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

* [Vue.js 3](https://vuejs.org/) - A progressive framework for web development
* [TypeScript](https://www.typescriptlang.org/) - Typed superset of JavaScript
* [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework

## Getting Started

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

### Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

### Installation

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

## Usage

* Starts the development server
```sh
npm run dev # or yarn dev
```
* Build for production
```sh
npm run build # or yarn build
```

## Roadmap

See the [open issues](https://github.com/xandao-dev/trello-clone/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](./LICENSE.md) for more information.

Free software =)

## Contact

Alexandre Calil - [Linkedin](https://www.linkedin.com/in/xandao-dev/) - [[email protected]](mailto:[email protected])

Project Link: [https://github.com/xandao-dev/trello-clone](https://github.com/xandao-dev/trello-clone)

## Acknowledgements

* [eslint](https://github.com/eslint/eslint) - code linter
* [prettier](https://github.com/prettier/prettier) - code formatter