Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 679 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 679 Bytes

To-Do-List-Project

Description:

This is a small project using JavaScript, Embedded JavaScript and CSS to practice using JavaScript runtime enviroments such as Node.js and frameworks such as ExpressJs, developed during The Complete 2024 Web Development Bootcamp.

It also shows my abilities to work with a PostgreSQL database and the SQL programming Languaage.

Preview:

Screenshot 2024-02-02 at 16 29 22

To start it use:

  1. npm install
  2. nodemon index.js
  3. the port is 3000, so use localhost:3000 to see the project locally.