Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
/ vue-trello Public archive

This is just a todo app that I made to test and get better at Vue 3.0

License

Notifications You must be signed in to change notification settings

Z3rio/vue-trello

Repository files navigation

Logo This is just a clone of trello that I have started working on.
I plan to have it up an running in around a week of work although it wont be fully finished in that time frame.

Requirements:

Installation:

Download all the files and put them into a folder.
Open the console and navigate to the folder you put all of those folders into.
Run npm i to install all the node modules.

Open Firebase and create a project and open the Build tab and click Authentication,
Sign-in methods and add Email/Password as a new provider

Start dev server

Run npm run dev in the console, this will start a dev server which is accessible at http://localhost:5173

Build application

Run npm run build in the console, this will build the files into the dist folder. Keep in mind that this requires server hosted to work (obviously)

Contribute

We are very happy to get help and potential contributions for this project.
If you find an issue then open an issue in the github page. If you want to fix an issue then simply create an Pull Request and we we will look over it ! :)

Technologies:

Frontend:

  • Vue 3.0
  • Vite
  • VueRouter
  • Vuetify
  • MDI Icons

Backend:

  • Firebase



Done:

  • Home page
  • Login & Signup Design
  • Footer
  • Main workflow
  • Start using Vite
  • Migrate to Vue 3

Todo:

  • Add the actual functionality / trello cards
  • Add google recaptcha
  • Add email verification
  • Add password resetting

About

This is just a todo app that I made to test and get better at Vue 3.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages