/Pro-React-16_todo

Based on Chapter 1 of Pro React 16 by Adam Freeman

Primary LanguageJavaScript

ToDo app

This is based on Chapter 1 of Pro React 16 by Adam Freeman, and is a simple "get stuck in" React app to get the feel of using the framework.

Prerequisites:

To clone and set up the project locally:

  • git clone https://github.com/davidtrussler/Pro-React-16_todo.git
  • cd Pro-React-16_todo
  • npm install
  • npm start

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.

This project was bootstrapped with Create React App.

npm test launches the test runner in the interactive watch mode.
See the section about running tests for more information.