/HappyTask

This code doesn't have unit test lmao

Primary LanguageTypeScript

HappyTask

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

alt

Acknowledgements

Tech Stack

Getting started

  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