Skip to content

ktrain/todo-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo

A simple to-do list in React.js backed by a Node.js REST API

This is a learning exercise in Node and React for me. The app is a simple to-do list. I used Express to expose a REST API for CRUD operations on list items, and in React created a simple interface for interacting with the list. Items are stored in MongoDB.

See the app in action at http://todo-react.herokuapp.com/.

About

A simple to-do list backed by a Node.js REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published