A minimalistic to-do list app to manage to-do items, sub-divided by projects.
- Create, remove, update and delete (CRUD) to-do items and projects
- Assign to-dos to projects with priorities and due dates
- Sort to-dos by priority and by due date
- Local storage functionality: data persists upon browser refresh
- Plain Javascript
- HTML
- CSS
- Webpack
$ git clone git@github.com:kwen0/todo-list.git
cd todo-list
npm install
npm start
- Implement mobile friendliness
- Add a dashboard that contains a summary of to-dos due soon