Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameerkali/protracker
this is a productivity tracking app where you can track your activitys, The platform for handling your tasks with ProTracker to visualize your performance on a daily, weekly, monthly, and yearly basis.
https://github.com/sameerkali/protracker
daisyui firebase firebase-auth firebase-database motivation react self-learning tailwindcss todo todo-list todo-list-project todo-list-project-github todoapp todolist vite
Last synced: about 5 hours ago
JSON representation
this is a productivity tracking app where you can track your activitys, The platform for handling your tasks with ProTracker to visualize your performance on a daily, weekly, monthly, and yearly basis.
- Host: GitHub
- URL: https://github.com/sameerkali/protracker
- Owner: sameerkali
- Created: 2024-03-25T09:05:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T16:11:42.000Z (5 months ago)
- Last Synced: 2024-06-19T19:02:16.615Z (5 months ago)
- Topics: daisyui, firebase, firebase-auth, firebase-database, motivation, react, self-learning, tailwindcss, todo, todo-list, todo-list-project, todo-list-project-github, todoapp, todolist, vite
- Language: JavaScript
- Homepage: https://protracker.sameerfaridi.in/
- Size: 4.42 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh## demo.env
```
#new firebase project
VITE_FIREBASE_API_KEY=AIzaSyDcsyIVTao04vAgqLOxocOhNqMIM-24zhc
VITE_FIREBASE_AUTH_DOMAIN=protracker-cb640.firebaseapp.com
VITE_FIREBASE_PROJECT_ID=protracker-cb640
VITE_FIREBASE_STORAGE_BUCKET=protracker-cb640.appspot.com
VITE_FIREBASE_MESSAGING_SENDER_ID=185438088144
VITE_FIREBASE_APP_ID=1:185438088144:web:ce2c564d4157ad1a3227d5
VITE_FIREBASE_MEASUREMENT_ID=G-VY8EZQDTE7#github
VITE_GITHUB_CLIENT_SECRET="727c4498c8869e85a111"
VITE_GITHUB_CLIENT_ID="2d958c2e1633a5feec960180b1c090be637beccf"
```