/ToDo-List-App

An elegant UI focused ToDoList by Firebase Cloud Firestore.

Primary LanguageCSS

📝 ToDo List App

A Simple web todo list app with Firebase Cloud Firestore and vanilla javascript (only for mobile atm).

▶️ Live Preview (only for mobile view)

You can create, delete tasks, make special pinned notes in this ToDoList. It uses Firebase Firestore for backend and the basic web languages for frontend. All of the tasks are stored in a PIN which is create by the user.

Technologies used in this app are Firebase Firestore for database to store users tasks and information, jQuery and basic web technologies - HTML, CSS and JavaScript.

⚙️ Setup

Set up your firebase configurations in the firebase.js file.

  var config = {
    apiKey: "<YOUR_API_KEY>",
    authDomain: '<AUTH_DOMAIN>',
    databaseURL: '<DATABASE_URL>',
    storageBucket: '<BUCKET>',
    messagingSenderId: '<SENDER_ID>'
  }

💻 Author

🔗 Social Links