A single-page React booking app that allows users to customize appointments. Utilizes Webpack module bundler, Babel and testing platforms like Storybook, Jest and Cypress.
- Install dependencies with $
npm install
. - To run Webpack Development Server $
npm start
. - To run Jest Test Framework $
npm test
. - To run Storybook Visual Testbed $
npm run storybook
. - To run Cypress Tester $
npm run test: server
.
- Node.js
- axios
- @testing-library/react-hooks
- react-test-renderer
- cypress
Thanks for checking out my first React project at Lighthouse Labs as an emerging Web Dev! Props to LHL for the provocation. Kate and Paul for sharing their own project "bug collection".