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: 2 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T19:58:04.000Z (over 6 years ago)
- Last Synced: 2025-01-14T06:16:21.921Z (9 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

### Mobile Screenshots

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