codeninja02 / ToDo-List-App

An elegant UI focused ToDoList by Firebase Cloud Firestore.

Home Page:https://todolistapp-02.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📝 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

About

An elegant UI focused ToDoList by Firebase Cloud Firestore.

https://todolistapp-02.netlify.app


Languages

Language:CSS 49.7%Language:JavaScript 30.0%Language:HTML 20.2%