Hacker news clone built with React
This project was bootstrapped with Create React App.
Clone the repository using Git:
git clone https://github.com/dj0nny/hacker-news-react
Or download here.
For installing the dependencies run:
cd hacker-news-react
npm install
# OR
yarn install
For running the React development server:
npm run start
# OR
yarn start
- Generate the React app using
create-react-app
- Clean up the folder
- Add router
- Add and configure redux
- Fetch the news from the API and create the components
- Add pagination
- Fetch the news comments from the API and create the components
- Create the routes for the pages
- Fetching from API and creating components for:
- newest
- ask
- show
- jobs
- Deploy on Netlify
👤 Francesco Giambruno
- React.js - A JavaScript library for building user interfaces
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!