pnpm
in the root directory to ensure you have the latest installed packagespnpm dev
to start the local host serverpnpm test:e2e
for running playwright testspnpm test
for running jest tests with react-test-renderer (snapshot testing) and react-testing-library (dom testing)pnpm storybook
to run the storybook server
- The aim of the app is for the user to add there favourite jokes.
- Share some giggles with there friends.
- User will be able to have seperate themes of jokes.
- User will be able to add a new joke to the app.
- User will be able to check off the joke once it's been said.
- User will be able to delete joke or edit when needed.