Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 2.29 KB

README.md

File metadata and controls

60 lines (39 loc) · 2.29 KB

JS [CRUD] App with Firebase 🔥

Javascript To-Do List CRUD Application with Firebase-Firestore version 9.0.

With this project we will apply our three web development layers: html, css and js to our first simple application: A To-Do List ☑️.

Our application will have the four basic CRUD operations: create, read, update and delete.

All our tasks will be stored in a database and all operations will be reflected in that database. For that last point we will use a Firebase service: Firestore.

Content

Usage 💻

You can go to the To-Do List App on live through crud-firebase repository to see how it works.

You'll find and intro and more information about the tools we use. In the App section you will be able to interact with the four CRUD operations through the shown interface.

App Interface

Everything you see is being updated on the console in our Firebase project under the Cloud Firestore database.

Cloud Firestore Console

Try it out! Have fun!

How to develop this App [Guide] ⌨️

  1. 🏁 Start UI project here
  2. 🔥 Start Firebase project here
  3. ✏️ [C]rud Operation here
  4. 📓 c[R]ud Operation here
  5. 📝 cr[U]d Operation here
  6. 🗑️ cru[D] Operation here

Team and Support 🚩

@carobarreirov

Roadmap 📊

  • Intro and docs section
  • Guide to dev
  • Adding a Bootswatch theme
  • New features
    • Authentication service
    • Search filter
    • Kanban model To-do List App
  • 🔧 Issues

License 📄

MIT License mit