A React App developed by Dylan Wang as part of the Lighthouse Labs curriculum. The core elements of the work focused on using a variety of React's features to create, and thoroughly test, highly interactive web-app.
Install dependencies with npm install
.
npm start
npm test
npm run storybook
Running the server normally
npm start
Running the server so it returns an error when saving/deleting for testing the client's error handling capabilities
npm run error
- React
- Webpack
- Babel
- Axios
- Jest
- Cypress