Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xandao-dev/trello-clone
- Owner: xandao-dev
- License: mit
- Created: 2022-08-27T19:50:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T01:26:33.000Z (over 2 years ago)
- Last Synced: 2024-12-17T17:52:40.499Z (6 days ago)
- Topics: tailwindcss, trello, trello-clone, typescript, vue, vue3
- Language: Vue
- Homepage:
- Size: 217 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
## 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