Productivie is a lightweight, local-first productivity web application designed to help users organize tasks, track goals, and stay focused without unnecessary complexity.
The project prioritizes performance, customization, and user privacy.
Built with React + Vite, styled using TailwindCSS + DaisyUI.
-
Modular Dashboard
Customize your workspace by adding or removing widgets based on your personal workflow. -
Dark Mode Support
Clean and consistent dark theme provided by DaisyUI. -
High Performance
Vite ensures fast startup times, instant hot reloading, and optimized builds. -
Local-First Architecture
No backend or external services required. All data is stored locally in the browser usinglocalStorage. -
Responsive Design
Fully compatible with desktop, tablet, and mobile devices.
Live Preview: https://productivie.com
- Frontend: React
- Build Tool: Vite
- Styling: TailwindCSS, DaisyUI
- State Persistence: Browser localStorage
Follow the steps below to run the project locally.
# Clone the repository
git clone https://github.com/dengo07/Productivie-ProductivityApp.git
# Navigate into the project directory
cd Productivie-ProductivityApp
# Install dependencies
npm install
# Start the development server
npm run dev