Hacker News Search is a project I did to learn React Hooks. The project was inspired by an article authored by @rwieruch.
The project was bootstrapped using Create React App
git clone [email protected]:georgebullock/hacker-news-search.git
yarn install
yarn start
Prior to finishing the tutorial, I was familiar with class-based React, but I didn't know React Hooks. Via this project, I learned the fundamentals of React Hooks and gained some experience using them.
The project is active, but it's not a priority. Outstanding tasks include converting Vanilla JavaScipt to TypeScript and adding tests.
- Convert Vanilla JavaScipt to TypeScript
- Write tests
None that I'm aware of.