NakimuliSusan / To-do-list---Vue.js

An todo list built with vue.js a framework for javascript
0 stars 0 forks source link

Pleas add items to firestore and list them in #1

Open mutumbakato opened 2 years ago

mutumbakato commented 2 years ago

Good work so far, but I only see an input field and a title in the suzie-todo.vue component:

<template>
  <div class="content">
    <h1>My Todo-list</h1>
    <input type="text" placeholder="enter todo"> <v-btn>Add</v-btn>
  </div>
</template>

Please add the logic for the to-do list.

mutumbakato commented 2 years ago

Please try to add items to firebase and let me know how it goes.

NakimuliSusan commented 2 years ago

Okay let me add the logic for the todo in the file

NakimuliSusan commented 2 years ago

Please try to add items to firebase and let me know how it goes.

This is am so stuck