Skip to content

cristigar/road-to-learn-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a simple app that uses Hackernews API and is written in React. It was built while reading the book The Road to learn React, by Robin Wieruch. You can find it here, along with other useful articles of the author.

Running the app

  1. Clone the repository
  2. npm install
  3. npm start
  4. npm test