Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```