Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 695 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 695 Bytes

Broccoli & Co App

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.

Getting Started

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.

Running tests

To see some super cool awesome test, run the following:

yarn test

TODO

  • Clear form on modal close
  • Show success screen
  • Show server error state
  • Better error messages
  • Add types
  • Add unit tests
  • Make it look ✨ pretty ✨