ReactJS project utilizing moderately complex table, input and API fetching function components to query HackerNews articles by topic. Basic testing in Jest/Enzyme, project bootstrapped with Create-React-App. State is managed with React hooks.
Clone the repository, then, in the directory, run:
npm install
Then, to deploy to local host:
npm start