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
- Host: GitHub
- URL: https://github.com/sridharbandi/reactapp
- Owner: sridharbandi
- Created: 2018-07-15T14:22:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T20:54:03.000Z (about 7 years ago)
- Last Synced: 2025-01-14T06:16:21.855Z (9 months ago)
- Topics: gh-pages, material-ui, reactjs
- Language: JavaScript
- Homepage: https://sridharbandi.github.io/reactapp/
- Size: 1.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### 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
```