Skip to content

A simple todo list web application. Including frontend (React, Redux and Material-UI) and backend (Node.js and MongoDB )

License

Notifications You must be signed in to change notification settings

pcwu/simple-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List

This is a simple todo list web application.

screenshot.png

Used

Usage

Requirements

Install

$ npm install

Run Development

The server will run on localhost:3000.

$ npm run dev

Build

$ npm run build

Run Production

$ npm start

RESTful API

Actions URL HTTP Method Request Response
List all todos /api/todos GET -- Todo JSON
Delete completed /api/todos DELETE -- --
Add a todo /api/todos POST Todo JSON --
Get by id /api/todos/:id GET -- Todo JSON
Delete by id /api/todos/:id DELETE -- --
Update by id /api/todos/:id PUT Todo JSON --

License

MIT

About

A simple todo list web application. Including frontend (React, Redux and Material-UI) and backend (Node.js and MongoDB )

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published