Project: ToDo Author: Dave Wolfe Links and Resources Submission PR
Packages to Install
-
node-sass
-
react
-
react-dom
-
react-scripts
-
react-router-dom
-
uuid
-
react-jsonschema-form
-
react-bootstrap
-
bootstrap
-
enzyme
-
enzyme-adapter-react-16
-
react-test-renderer
-
axios
-
dotenv
-
react-cookies
-
jsonwebtoken
PORT - 3000/3030
Initializing the app
- npm start
Tests
-
Unit Tests:
npm test(may run from any directory, but recommended to run from the__tests__folder) -
Test Assertions:
-
Test that ToDo renders
-
Test that TodoList renders
-
Test that TodoForm renders
-
UML ToDo UML