Skip to content

dr96mabuza/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List

Docs

Project Status

  • Complete.

Description

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.

Assert sources

Requirements

  • NVM
  • NPM
  • Node.JS

Installations

npm install

Usage

npx webpack --watch

Issues

  • 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.