qin-andy / simple-planner

Simple CRUD Planner using JavaScript and SQLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Planner

A basic planner web application written in JavaScript using Node and Express. Add and store custom and random tasks on specific weekdays, featuring persistency between sessions. Coded from scratch of CSE 154's Creative Project assignment series.

Features

  • Visualize a week's worth of tasks sorted by day
  • Add custom tasks, specifying custom name, date, and descriptions
  • Add random tasks sourced from BoredAPI, featuring category, difficulty, and price customization
  • Store and access tasks between multiple sessions
  • Interact with planner API directly using endpoints specified in the APICDOC.md

About

Simple CRUD Planner using JavaScript and SQLite


Languages

Language:JavaScript 73.1%Language:HTML 18.2%Language:CSS 8.8%