Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sridharbandi/forms

Simple web forms (reactjs) to practice Selenium
https://github.com/sridharbandi/forms

forms gh-pages material-ui react-router reactjs

Last synced: 27 days ago
JSON representation

Simple web forms (reactjs) to practice Selenium

Awesome Lists containing this project

README

        

## Simple web application(Login and Signup responsive forms) developed with ReactJS and [Material-UI](https://material-ui-next.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/forms/)

### Screenshots
![Login](/images/login.png)
![Signup](/images/signup.png)

### Mobile Screenshots
![Login](/images/mobilelogin.png)
![Signup](/images/mobilesignup.png)

> Note: This application won't send any of your details to server

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