Skip to content

A simple TODO list web application built using React, Bootstrap and Node.js

Notifications You must be signed in to change notification settings

ajurge/simple_todo_list_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple TODO List App

A simple TODO list web application built using React, Bootstrap and Node.js.

To use

Node.js is used to serve static files from public/ and handle requests to the REST API (/api/todos) to fetch or delete TODOs. Socket.IO is used to create TODOs and for realtime updates to the clients using the WebSocket protocol. Start a server with the following:

Node

npm install
npm start

Visit http://localhost:8000/. Try opening multiple tabs or browser windows and add/delete TODOs!

Changing the port

You can change the port number by setting the $PORT environment variable before invoking the node.js server, e.g.,

set PORT=3000
node server.js

About

A simple TODO list web application built using React, Bootstrap and Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published