A simple TODO app using Vue.js, Firebase and Vuetify. The purpose of the app is to serve as an example for a project which needs to exploit the above mentioned libraries and APIs.
- Clone the repository
cd
to the repository directory- Run
npm install
, which will install the dependencies - Run
npm serve
to play around.
Note: Please create a .env.local
file, with the below credentials and keys, in the root directory of the project and then run npm serve
.
API_KEY
AUTH_DOMAIN
DB_URL
PROJECT_ID
STORAGE_BUCKET
MESSAGING_SENDER_ID
- Add unit tests using Jest
- Set up a build pipeline and continuous deployment on heroku (may be)
More details about the project can be found at this Blog post.