Skip to content

vallq/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task

Frontend: TodoMVC React Github source

CRUD Rest API

  1. Create new todo item
  2. Show todo items
  3. Update todo item
  4. Delete todo item

Final

Todo React App

todo-react demo

This todo project was bootstrapped with Create React App.

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Todo Backend

  1. Create new todo item (POST/todolist)
  2. Show todo items (GET/todolist)
  3. Update todo item (PATCH/todolist/:id)
  4. Delete todo item (DELETE/todolist/:id)
  5. Delete all todo items (DELETE/todolist)

npm install

Run this to get all dependencies

npm run start:dev

Run this to start the mongodb server with nodemon so that changes to the files will refresh the server accordingly

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published