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
cd
intoHPDFTask1/timeline
folder.- Run
npm install
from your terminal to install all dependencies. - Run
npm start
from 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.) cd
into/HPDFTask1/searchpage
folder.- Run
npm install
from your terminal to install all dependencies. - Run
npm start
from 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)