A drag-and-drop task organizer with calendar integration, offering multiple views (month, week, day) and the ability to easily add, assign, or delete tasks.
- Add new tasks
- Assign Color Labels
- Re-arrange tasks in the list
- Drag and drop tasks from the list to the calendar and back
- Delete Tasks
- Edit Tasks
- Export them into file. Can be imported in Outlook or Google Calendar
Download the project files and run the following command
npm install
To start the server and run your angular app, execute the following command
ng serve --open //will compile and serve the Angular app locally; will automatically reload the app when source files change.
// --open will automatically open the web browser to display the Angular app (http://localhost:4200/)