- A todo application developed using JavaScript and Firebase.
- Web app Deployed on Netlify: Simple todo
- JavaScript
- Firebase Authentication and Firebase Firestore (Firebase V9)
- HTML5, CSS3, Bootstrap 5.0
- Deployed on Netlify
- Code hosted on Github
- User signup and login (User authentication using Firebase Authentication)
- Create todos, update, delete, view them. (CRUD operations using Firebase Firestore)
- Sort todos based on title, due date(if due date is set)
- Filter todos based on title, description text(on typing in the search bar)
- Clone the repository into your computer.
- Goto
index.html
andtodos.html
, inside the<head>
tag, there is a<script>
tag to Font Awesome, add your Font Awesome kit code inside thesrc
attribute in both the mentioned files. - Goto
firebase-script.js
and add your Firebase app's configuration(credentials) in thefirebaseConfig
variable. - Install
live server
extension inVSCode
and run the app by clicking onOpen with Live Server
.
- Incase you have any queries/want to reach out to me/offer any sort of suggestions, you can drop me an email at:
[email protected]