Skip to content

To do app with project management, built with Vanilla Javascript

Notifications You must be signed in to change notification settings

SamiKamal/Todbit

Repository files navigation

Todbit 📝

A website to orgnize your projects and tasks.

Features 💪

  • User can add and delete tasks.
  • User can add and delete projects.
  • User can assign and move tasks to projects.
  • User can add comments to tasks.
  • User authentication with Google.
  • Store tasks and projects in the cloud with firebase (for those who logged in).
  • Store tasks and projects in local storage (for guests).

Installation 🛠️

Run

npm install

The projects uses 3 environment variables, create .env file in the root with the following variables:
API_KEY: Browser key ( should be auto created by Firebase) from Google Cloud Platform
AUTH_DOMAIN: From Firebase Domain
DATABASE_URL: From Firebase Database
APP_ID: From Firebase

Tools ⚒️

Vanilla Javascript, Firebase, Google Cloud Integration.

Demo 🎥

chrome_0UM0MyCrwA.mp4

About

To do app with project management, built with Vanilla Javascript

Topics

Resources

Stars

Watchers

Forks