All Projects → codeninja02 → ToDo-List-App

codeninja02 / ToDo-List-App

Licence: other
An elegant UI focused ToDoList by Firebase Cloud Firestore.

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to ToDo-List-App

TodoList
Simple todo-list app built with asp.net core mvc
Stars: ✭ 102 (+537.5%)
Mutual labels:  todolist, todolist-application
To-Do App
A Simple To-Do App With Js
Stars: ✭ 21 (+31.25%)
Mutual labels:  todolist, todoapp
ToDoList
A dynamic and aesthetic To-Do List Website built with HTML, CSS, Vanilla JavaScript.
Stars: ✭ 87 (+443.75%)
Mutual labels:  todolist, todoapp
api
Mirror of vikunja from https://code.vikunja.io/api
Stars: ✭ 119 (+643.75%)
Mutual labels:  todolist, todoapp
Todo.txt Cli
☑️ A simple and extensible shell script for managing your todo.txt file.
Stars: ✭ 4,725 (+29431.25%)
Mutual labels:  todolist, todoapp
xhznl-todo-list
✨ 一个使用electron + vue + electron-builder开发的跨平台todolist(便签)桌面应用
Stars: ✭ 110 (+587.5%)
Mutual labels:  todolist, todolist-application
ttdl
TTDL - Terminal Todo List Manager
Stars: ✭ 91 (+468.75%)
Mutual labels:  todolist, todoapp
outspline
Extensible outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
Stars: ✭ 41 (+156.25%)
Mutual labels:  todolist, todolist-application
Todo-List
✔️ Create to-do lists to easily manage your ideas and work.
Stars: ✭ 30 (+87.5%)
Mutual labels:  todolist, todolist-application
mark
mark is an markdown editor app for mac
Stars: ✭ 47 (+193.75%)
Mutual labels:  todolist, todoapp
Streak-Tasks
Streak Tasks Habit Tracker
Stars: ✭ 27 (+68.75%)
Mutual labels:  todolist, todoapp
Flutter todo
Yet another Todo app, now using Flutter (with ScopedModel)
Stars: ✭ 94 (+487.5%)
Mutual labels:  todolist, todoapp
notnow
A terminal based task and TODO management software.
Stars: ✭ 25 (+56.25%)
Mutual labels:  todolist, todoapp
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (+37.5%)
Mutual labels:  todolist, todoapp
meemo
Run a lightweight Meemo server with database on Docker with docker-compose
Stars: ✭ 18 (+12.5%)
Mutual labels:  todolist, todoapp
Todo app
todo app in react
Stars: ✭ 18 (+12.5%)
Mutual labels:  todolist, todoapp
Geek Life
The Todo List / Task Manager for Geeks in command line
Stars: ✭ 212 (+1225%)
Mutual labels:  todolist, todoapp
CleanToDO
A Cleaner To-Do manager for Android, made with Flutter and ❤️
Stars: ✭ 21 (+31.25%)
Mutual labels:  todolist
vuejs-workshop
Repositório responsável pelos workshops de Vue.js com Azure App Service
Stars: ✭ 23 (+43.75%)
Mutual labels:  todolist
mango
🍊Terminal based TODO application written in Go
Stars: ✭ 18 (+12.5%)
Mutual labels:  todoapp

📝 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].