This is the Broccoli & Co challenge app. Basically just a form that sends a request to a server with the users name and email address.
First, install the dependencies:
yarn install
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
To see some super cool awesome test, run the following:
yarn test
- Clear form on modal close
- Show success screen
- Show server error state
- Better error messages
- Add types
- Add unit tests
- Make it look ✨ pretty ✨