Busha Frontend test

Requirements

Create the screens for a Busha MVP application.

View Links
Account List IssueTests
Add Account IssueTests

Guidelines

Submission

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 .

Feedback

Something we can improve? Email bolaji@busha.co or create an issue.

Available Scripts

Setup

yarn install

Requires Node and NPM.

Develop

yarn start

JSON Server will start on port 3090 and Create React App will start on port 3000.

Reset Database

yarn run db:reset

You might want to reset the database if the request to GET /wallets returns an empty list 🙂.

Storybook

yarn run storybook

Storybook will start on port 6006.

Test

yarn test

Tests are written with Jest and React Testing Library.

Learn More

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.