Skip to content

kaboomshebang/kbsb-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small Typescript todo-list project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published