Personalized hackernews API client
Started as React.js tutorial 📓The Road to learn React. I found it quite useful, so added few tweaks to make it more handy and tailored for my needs. This is also a fully working sandbox project for testing new concepts and patterns used in modern React apps. 🚧
- Styling (material-ui)
- Refactored to hooks (rewrited API calls to custom hook)
- Code modularization
The template project is nano-react-app.
Use commands:
npm start
— This will spawn a development server with a default port of1234
.npm run build
— This will output a production build in thedist
directory.