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.
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
Run npm run dev
in the console, this will start a dev server which is accessible at http://localhost:5173
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)
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 ! :)
- Vue 3.0
- Vite
- VueRouter
- Vuetify
- MDI Icons
-
Firebase
- Home page
- Login & Signup Design
- Footer
- Main workflow
- Start using Vite
- Migrate to Vue 3
- Add the actual functionality / trello cards
- Add google recaptcha
- Add email verification
- Add password resetting