Skip to content

river-nw/todo-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published