A React app which fetches data from the MLH events API and displays it. The web app the provides a field which allows the user to search hackathons by filtering retrieved data.
Clone or download the repository, then:
yarn install
Run the development server with:
yarn start
It will be available at http://localhost:3000/.