NeoFoxxo / node-todo-app

A simple todo app made with only Node.js, MySQL, & jQuery (no express 😐)

Repository from Github https://github.comNeoFoxxo/node-todo-appRepository from Github https://github.comNeoFoxxo/node-todo-app

Node Todo App

This is a simple Node.js application that allows people to create, edit, and delete todo items. It uses MySQL to store the data.

We all start somewhere right?

Timespent: 9 hours 32 mins

Features

  • Add new todo items
  • Edit existing todo items
  • Delete todo items

How To Run It

To run this on your local machine, you will need to have Node.js installed and access to a MySQL database.

  1. Clone the repository to your local machine
  2. Create a database called node_todo on your MySQL database
  3. Scroll to the bottom of the app.js file to change the database details to your database
  4. Start the server using node app.js in your console
  5. Open a web browser and navigate to http://localhost:3001 to access the app

Screenshots

Todo List

Example of making an edit

Edit Functionality

About

A simple todo app made with only Node.js, MySQL, & jQuery (no express 😐)


Languages

Language:HTML 60.0%Language:JavaScript 40.0%