Save your reminders using the Task Reminder App and you will have your daily tasks more organized without forgetting anything.
[ES] Este proyecto se puede encontrar en la siguiente dirección web taskreminderapp.com
[RO] Acest proiect se poate gasi pe site-ul taskreminderapp.com
[EN] This project can be found at the following web address taskreminderapp.com
Are you interested in contributing?
Download the project and install the dependencies...
cd task-reminder-app
npm install
...then start Rollup:
npm run dev
Navigate to localhost:8080. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv
commands in package.json to include the option --host 0.0.0.0
.
To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start
. This uses sirv, which is included in your package.json's dependencies
so that the app will work when you deploy to platforms like Netlify.
Thank you!