A Web Application where users can create and manage their tasks, designed to be similar to the famous Trello application
Used Technologies | The project's objective | Final Result | How to Run
- Vue.js to build all the app in general
- Sweet Alert to give the user friendlier alerts
- Vue Smooth Dnd to build the drag and drop feature
- Sass to style the app
The aim of this project was practicing Vue.js and also learning how drag and drop works and how to do it with Vue.js, I really enjoyed developing it and liked the final result!
Follow the steps below to run the application on your computed, first of all, you'll need to have these tools installed on your computer: Git, Node.js, Yarn and the Vue-CLI
If you have all of these tools installed on your computer, just follow the steps below:
# Clone the repository in some directory of your computer
$ git clone https://github.com/TiagoDiass/vue-trello-clone.git
# Enter in the repository
$ cd vue-trello-clone
# Install the dependencies
$ yarn install
# Start the app
$ yarn start
After following these steps, the terminal will show you in which port it's running, it's on the port 8080 usually, so, you'll just need to enter in your browser and
type localhost:8080
, then you'll see the app running. When you want to stop it, go to the terminal that you used to start the app, and type CTRL+C,
this way you'll stop the app
Hope you enjoyed this project 😃
👋 Get in touch!