- Complete.
A task management application designed for The Odin Project's Full Stack JavaScript curriculum facilitates the saving of projects, each characterized by a title, description, due date, and priority level. Tasks are sorted by date and user can also delete tasks. This project primarily serves as a practical exercise in comprehending JavaScript classes and the process of constructing objects through class implementation.
- NVM
- NPM
- Node.JS
npm install
npx webpack --watch
- Finding a design that can accommodate the project requirements.
- Chosen design has extra buttons and menu items that are outside the project scope.
- Project only for desktop view.