Skip to content

AdiBev/search-local

Repository files navigation

Search local

App link https://search-local-c867f.web.app/

Built with React, Typescript, Recoil and yelp graphql api. This is a search app for finding local businesses. It also provides interactive leaflet map to search businesses.

Clone the app git clone https://github.com/AdiBev/search-local.git

To run the app npm start

To build the app npm run build

Tests

To test npm run test

For test coverage npm run test:coverage

Unit tests are done using jest and react testing library.