(https://ewu0001.github.io/BrewQueryApp/) A Web application provides information about craft breweries in the US. Data sourced from "Open Brewery DB".
Front-End Web Application developed using ReactJS.
Styling used - Material UI and React-leaflet Map library
Clone the project
git clone https://github.com/EWU0001/BrewQueryApp.git
Go to the project directory
cd client
Install dependencies
npm install
Start the server
npm start
To run tests, start local server(see above steps), run the following command
Go to the project directory
cd client/cypress
npx cypress run
Client: React, Material UI, Bootstrap
UI E2E Testing: Cypress