Create the screens for a Busha MVP application.
View | Links |
---|---|
Account List | Issue • Tests |
Add Account | Issue • Tests |
-
Fulfil the requirements using TypeScript and React.
-
Make use of, but don't change, the dependencies in
package.json
. -
Make use of, but don't change, the components in
src/components/shared
. See examples insrc/stories
. -
Don't change the tests in
src/tests
.
When the tests pass, and the UI resembles the figma design, submit a PR and include your email address with a live url 🚀 to your solution .
Something we can improve? Email [email protected] or create an issue.
yarn install
yarn start
JSON Server will start on port 3090 and Create React App will start on port 3000.
yarn run db:reset
You might want to reset the database if the request to GET /wallets
returns an empty list 🙂.
yarn run storybook
Storybook will start on port 6006.
yarn test
Tests are written with Jest and React Testing Library.
This project was bootstrapped with Create React App and Typescript.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.