austinChappell / bottle_rocket_challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is a coding challenge for an application at Bottle Rocket. The API endpoint provided for the challenge was having issues with CORS, so I made my own endpoint.

Demo

You can also view the demo application

Setup

Add a .env file to the root directoy, mirroring example.env.

Notes

The package google-map-react is throwing some error-level warnings in the browser for the development build. Everything is rendering correctly though. With more time, I would rework the map setup do either be built without a package, or explore alternative packages.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn lint

Run the linter to ensure consistency of code style.

yarn test

Tests were not written for this application, as it is not going to be used in production.

About


Languages

Language:TypeScript 94.8%Language:CSS 2.8%Language:HTML 2.3%