This repository includes Task 1 of HPDF. It includes creation of twitter timeline page and searchpage using ReactJS and material-ui.
(You can also goto respective folders and follow instructions from there)
- Clone the repository which includes 2 folders by running
git clone https://github.com/geekysrm/HPDFTask1.git cdintoHPDFTask1/timelinefolder.- Run
npm installfrom your terminal to install all dependencies. - Run
npm startfrom your terminal to start the server in development mode. - Head to http://localhost:3000 on your browser.
- You will have the Twitter Timeline running on your browser.
- Clone the repository which includes 2 folders by running
git clone https://github.com/geekysrm/HPDFTask1.git(if not already done.) cdinto/HPDFTask1/searchpagefolder.- Run
npm installfrom your terminal to install all dependencies. - Run
npm startfrom your terminal to start the server in development mode. - Head to http://localhost:3000 on your browser.
- You will have the Twitter Searchpage running on your browser.
~ Soumya Ranjan Mohanty (@geekysrm)

