based on The Road to React by Robin Wieruch (2020 edition)
View live project here: https://react-hacker-stories.web.app/
- Search and retrieve stories from Hacker News API
- Sorting via headers
- Search again using Recent Searches
- Click 'More' to fetch more stories (Pagination)
- Button to remove story from list
- Project bootstrapped with Create React App
- Function components with React hooks (useState, useEffect, useReducer, useCallback, etc)
- Testing using Jest
- TypeScript
- Component CSS styling with styled-components
- Build and deploy to Firebase
npm start: Runs the app in the development mode. Openhttp://localhost:3000to view it in the browser.npm test: Run testsnpm run build: Builds the app for production to thebuildfolder.