A client application built with React/Redux that allows users to sign in and manage categories and their own items.
In the project directory, you can run:
Runs the app in the development mode.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build folder.
##Built With
"babel-jest": "^24.8.0",
"babel-preset-react-app": "^9.0.0",
"bootstrap": "^4.3.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint-config-react-app": "^4.0.1",
"eslint-loader": "2.1.2",
"html-webpack-plugin": "4.0.0-beta.5",
"jest": "24.7.1",
"local-storage": "^2.0.0",
"react": "^16.8.6",
"react-app-polyfill": "^1.0.1",
"react-bootstrap": "^1.0.0-beta.9",
"react-dom": "^16.8.6",
"react-redux": "^7.0.3",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"redux": "^4.0.1",
"redux-mock-store": "^1.5.3",
"redux-thunk": "^2.3.0",
"webpack": "4.29.6",
"webpack-dev-server": "3.2.1",
Robert Nguyen