Organize is a task management PWA designed for productivity and efficient task tracking. Built with Next.js and Firebase, it provides seamless real-time updates and offline support.
- Frontend: Next.js
- Backend & Database: Firebase
- PWA Support
-
Clone the repository:
git clone <repo-url> cd organize
-
Install dependencies:
npm install # or pnpm install -
Set up environment variables:
- Copy
.env.exampleto.envand configure Firebase credentials.
- Copy
-
Run the development server:
npm run dev
Open http://localhost:3000 in your browser.
- Task organization & tracking
- Real-time sync with Firebase
- Progressive Web App (PWA)