Skip to content

A simple backend/frontend ToDo app written in vanilla JS.

Notifications You must be signed in to change notification settings

FilkCH/todo-app

Repository files navigation

Theme Header

A lightweight vanilla JS based ToDo app with basic CRUD and sorting operations. Runs on express and neDB with a REST API.

The database will be filled with dummy data if started with 0 entries. To avoid this disable line 10-15 in src/main.js.

Available commands:

Command Description
npm run start Everything you need to start the web server at http://localhost:1337
npm run stylelint Test CSS files for conformity.
npm run w3c Test HTML files for conformity.
npm run eslint Test JS files for conformity.
npm run alltests Runs all of the above mentioned tests.
npm run watchcss Compile the CSS and listen to changes.
npm run compilecss Compile the SCSS files into CSS.
npm run serve Only start the web server at http://localhost:1337

Screenshots:

Main View: Theme Header

Add/Edit Dialogue: Theme Header

Light Theme: Theme Header