An open API service indexing awesome lists of open source software.

https://github.com/sridharbandi/reactapp

Simple React Application with material ui to practice Selenium
https://github.com/sridharbandi/reactapp

gh-pages material-ui reactjs

Last synced: 7 months ago
JSON representation

Simple React Application with material ui to practice Selenium

Awesome Lists containing this project

README

          

## Simple web application developed with ReactJS and [Material-UI](https://material-ui.com/) to practice [Selenium](https://www.seleniumhq.org/)

***Created by Sridhar Bandi with [create-react-app](https://github.com/facebook/create-react-app)***

### [Live Demo](https://sridharbandi.github.io/reactapp/)

### Screenshots
![Image](/images/image.png)

### To run in Local
Clone or download and issue the below commands in project root directory and open [http://localhost:3000](http://localhost:3000) in browser
```javascript
npm install
npm start
```