dj0nny / hacker-news-react

Hacker news clone built with React

Home Page:https://hacker-news-react-js.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hacker-news-react

Netlify Status Build Status npm version GitHub top language Version Documentation

Hacker news clone built with React

🚀 Getting started

This project was bootstrapped with Create React App.

Download

Clone the repository using Git:

git clone https://github.com/dj0nny/hacker-news-react

Or download here.

Install

For installing the dependencies run:

cd hacker-news-react
npm install
# OR
yarn install

Usage

For running the React development server:

npm run start
# OR
yarn start

Todo

  • 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

Author

👤 Francesco Giambruno

Built with ❤️ using

  • React.js - A JavaScript library for building user interfaces

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

About

Hacker news clone built with React

https://hacker-news-react-js.netlify.com/


Languages

Language:JavaScript 84.2%Language:HTML 8.1%Language:CSS 7.8%