/frontend-challenge-htn

A Redux+React app for displaying and filtering a list of applicants

Primary LanguageJavaScript

Hack the North Frontend Challenge

Front end application created using ReactJS and Redux. Displays a list of Hack the North attendees with filter and search functionalities.

Usage

Clone the repository:

git@github.com:m45yang/frontend-challenge-htn.git

Install the dependencies:

First we need to all of the packages required in order to run the development server.

npm install

Running the app:

npm run watch