Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 877 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 877 Bytes

Simple Fullstack JS Todo List App

This is a simple fullstack todo list app built with Node.js, Express, and MySQL. It uses the EJS templating engine to render the views on the server side. This project was built to practice fullstack development with Node.js and Express for assignment for the mini-project of MSIB 6 at PT Otak Kanan.

Access this project

This project is hosted on my VPS. You can access it here at todolist.faykarr.my.id.

Installation on your local machine

  1. Clone the repository
  2. Run npm install to install the dependencies
  3. Run npm start to start the server
  4. Visit http://localhost:3000 in your browser

Features

  • Add a new todo
  • Mark a todo as finished
  • Delete a todo

Technologies

  • Node.js
  • ExpressJS
  • MySQL
  • EJS
  • Bootstrap

Screenshots

screenshot