- This is a project developed by Mario Vázquez Pérez for the Quality Management in IT subject at the University of Oradea.
- The main goal of this project is to create to-do task lists where the user can add and delete tasks to organize the day.
- The project compares the performance of this app using local storage versus using a database (this is the Electron version).
To check the local storage project, click here.
-
Clone the repository
git clone https://github.com/MavapeGZ/4-2Day-electron.git
cd 4-2Day-electron
-
Install dependencies
npm run build
-
Run the application
npm start
If you want to make changes or further develop the project, you can use the following commands:
-
Build the app
npm run build
-
Run in development mode
npm run dev
This software is free to use but it comes with no warranty. ISC License.