It is an idea management system. People can view the ideas created by the community, and if they log in they can vote for them and create their own βπ‘π.
Date: January, 2021
Duration: 1 Week.
It's part of the course EscuelaVue.
You can try it using the Demo
- Rename ".env.local.example" to ".env.local" and replace the values by your firebase configuration.
VUE_APP_FIREBASE_API_KEY=YOUR_KEY
VUE_APP_FIREBASE_AUTH_DOMAIN=YOUR_AUTH_DOMAIN
VUE_APP_FIREBASE_PROJECT_ID=YOUR_PROJECT_ID
VUE_APP_FIREBASE_STORAGE_BUCKET=YOUR_STORAGE_BUCKET
VUE_APP_FIREBASE_MESSAGING_SENDER_ID=YOUR_MESSAGING_SENDER_ID
VUE_APP_FIREBASE_APP_ID=YOUR_APP_ID
- Clone/Download the repository.
git clone https://github.com/udsgit/vue-idea-box
- You may have to install the packages with NPM.
npm install
- Serve to local.
npm run serve
- Open the link from the Demo or execute the serve with the steps above.
- When you log in for the first time, you will only be able to see ideas created by the community. And if you decide to log in, you can create your own ideas and vote for the rest.
Project is: Completed.
Since it has been part of a course, which has been completed.
Created by @Emmanuel, feel free to contact me!