The repo for HPDF.
The first task of HPDF was to clone the Twitter homepage and a search result page.
Created with create-react-app. See the full create-react-app guide.
To run the app, you need the npm
package manager. The npm comes with Node.js. Move into anyone of the directories and run the follwing:
npm install
After the dependencies are installed, use the following command to run the app:
npm start