Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samikamal/todbit
To do app with project management, built with Vanilla Javascript
https://github.com/samikamal/todbit
javascript todoapp
Last synced: about 1 month ago
JSON representation
To do app with project management, built with Vanilla Javascript
- Host: GitHub
- URL: https://github.com/samikamal/todbit
- Owner: SamiKamal
- Created: 2019-06-28T06:55:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:36:24.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T10:07:39.091Z (about 2 months ago)
- Topics: javascript, todoapp
- Language: JavaScript
- Homepage: https://to-do-app-3967f.web.app/
- Size: 2.1 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 🎥
https://user-images.githubusercontent.com/40594075/150551003-43d23801-f6dd-43b4-9b81-f295719a878d.mp4