Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sridharbandi/forms
- Owner: sridharbandi
- Created: 2018-05-10T18:26:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T19:58:04.000Z (over 5 years ago)
- Last Synced: 2024-11-14T12:54:23.750Z (3 months ago)
- Topics: forms, gh-pages, material-ui, react-router, reactjs
- Language: JavaScript
- Homepage: https://sridharbandi.github.io/forms/
- Size: 2.65 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```