A react application that uses the official Hacker News API to show the newest 100 news of the site.
- ReactJS
- Redux
- React Router
- Axios
- Bootstrap
- SCSS
- Clone this repo and go to the cloned folder.
$> git clone https://github.com/cvine21/react-hacker-news.git && cd react-hacker-news
- Install all the dependencies
$> yarn install
- Run the application
$> yarn start