Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 601 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 601 Bytes

kbsb-todo-list

A small Typescript todo-list project.

Build

# globally install and run the node http-server package
npm install http-server -g
http-server

# run from the `project/todo-list` folder
tsc ./src/main.ts --watch --sourcemap true --target esnext --module esnext --outDir "./dist"

# or run
./compile.sh

Todo's

  • Finish logic for adding and rendering todo's
  • "Add new project" feature using a modal
  • Make styling prettier (fonts/forms)
  • Add Vercel website
  • Optional: Add NPM config
  • Optional: Add Vite
  • Optional: connect to Airtable