kristelfung / mlh-search

Search tool for MLH Hackathons
https://mlhsearch.netlify.com/
5 stars 0 forks source link

MLH Search

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.

Installation

Clone or download the repository, then:

yarn install

Starting the app

Run the development server with:

yarn start

It will be available at http://localhost:3000/.