Grezor / Todolist

Creating a Todo (REST API, NodeJS, Express)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todoList

Introduction

Following my work-linked training, my company asked me to create a todoList. With Javascript and NodeJS languages The todoList uses APIs with the Express socket. Routes to add or remove tasks. But also to be able to edit a stain, or to finish it off.

Prerequisites

  • NodeJS

Installation

  1. git clone https://github.com/Grezor/Todolist.git
  2. npm install
  3. Server start
  4. Open the browser http://localhost:3000

Illustration

todo

Licence

GNU General Public License v3.0

Author

Duplessi Geoffrey

Updated on 2024-05-01

About

Creating a Todo (REST API, NodeJS, Express)

License:GNU General Public License v3.0


Languages

Language:JavaScript 54.4%Language:CSS 30.3%Language:HTML 15.3%