- A starter project for react tutorial
- This project was bootstrapped with Create React App.
Tutorial: add, edit, save, change mode, key down...
Practice: delete function & change total amounts
Clone the project to local
$ git clone https://github.com/LJBL22/react_crud.git
Go to the directory & install npm
$ npm install
Start the project
$ npm start
You can now view the todo page part in the browser at
$ localhost:3000/todo