/react_crud

Primary LanguageJavaScript

Todo List X MVC with React

  • A starter project for react tutorial
  • This project was bootstrapped with Create React App.

👀 Add Feature:

Todo page

Tutorial: add, edit, save, change mode, key down...

Practice: delete function & change total amounts

🧑🏻‍💻 Installation

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