Skip to content

divvieesterhuizen/react-todo-app-frontend-28

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Todo App

React based Todo App, pulling data from an JSON-server endpoint with full CRUD functionality.

Quick Start

# Install dependencies

npm install

# Serve Todo App on http://localhost:3000 and JSON-Server on http://localhost:5000

npm run dev

Build and Test

# Launches the JEST test runner in the interactive watch mode

npm test

# Builds the frontend app for production to the `build` folder

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published