Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sridharbandi/tabsandwindows
Simple web app (reactjs) to practice switching between windows in Selenium
https://github.com/sridharbandi/tabsandwindows
material-ui react-router reactjs tabs
Last synced: 11 days ago
JSON representation
Simple web app (reactjs) to practice switching between windows in Selenium
- Host: GitHub
- URL: https://github.com/sridharbandi/tabsandwindows
- Owner: sridharbandi
- Created: 2018-05-11T14:57:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T21:21:38.000Z (about 6 years ago)
- Last Synced: 2024-11-14T12:54:21.250Z (2 months ago)
- Topics: material-ui, react-router, reactjs, tabs
- Language: JavaScript
- Homepage: https://sridharbandi.github.io/tabsandwindows/
- Size: 902 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple web application (Multiple Tabs and Windows) developed with ReactJS and [Material-UI](https://material-ui-next.com/) to practice (Switching between windows and tabs) [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/tabsandwindows/)
### Screenshots
![Login](/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
```