HappyTask is a Todo App built with React, TypeScript, Zustand (State Management), Tailwind CSS (Styling), and Electron (For Desktop Development). This Small Project was built to complete our Final SaaS Project Assignment
- Stanislaus Alva Jufinto - Frontend Side
- Zaidan Adli Anandra - UI/UX Design
npm install
To run this app without Electron :
npm start
To run this app with Electron :
npm run electron:start
To build this app (and as an Electron app) to production :
npm run electron:build