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.
- Usage 💻
- How to develop this App ⌨️
- Support 🚩
- Roadmap 📊
- License 📄
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.
Everything you see is being updated on the console in our Firebase project under the Cloud Firestore database.
Try it out! Have fun
!
- 🏁 Start UI project here
- 🔥 Start Firebase project here
- ✏️ [C]rud Operation here
- 📓 c[R]ud Operation here
- 📝 cr[U]d Operation here
- 🗑️ cru[D] Operation here
- Intro and docs section
- Guide to dev
- Adding a Bootswatch theme
- New features
- Authentication service
- Search filter
- Kanban model To-do List App
- 🔧 Issues
MIT License mit