Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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"
```