Skip to content

LISTY is a to do app created using HTML, CSS, JS, Node, Express and MySQL.

Notifications You must be signed in to change notification settings

codermehraj/LISTY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LISTY

LISTY is a simple and user-friendly To-Do-App created using:

  • HTML
  • CSS
  • JS
  • Node
  • Express
  • MySQL

To run the server you first need to configure using the following commands in the server directory:

npm install express
npm install jsonwebtoken
npm install body-parser
npm install mysql
npm install cors

Video Demonstration

You Tube video link

Database Design

It is not the most efficient database design out there. Still, it works fine for me for now.

Database Schema

Here nid in the tasks table means the note id or the parent id of a task.

Home page of LISTY

Database Schema

Login / Signup page

Database Schema

About

LISTY is a to do app created using HTML, CSS, JS, Node, Express and MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published