A single page web app built with React, and using Storybook during development, and is tested with Jest, and Cypress.
Install dependencies with npm install
.
Running Webpack Development Server:
npm start
Running Jest Test Framework:
npm test
Running Storybook Visual Testbed:
npm run storybook
Running the scheduler-API: https://github.com/oliviacowan/scheduler-api
- axios
- @testing-library/react-hooks
- react-test-renderer
- React
- Jest
- Storybook
- Webpack
- Babel
- Node.js