1
0
Fork
You've already forked WebsiteChecker
0
Website checker developed with vaadin8
  • JavaScript 49.4%
  • Java 35.7%
  • CSS 14.8%
  • SCSS 0.1%
Find a file
2018年09月11日 23:30:12 +03:00
.settings Initial Commit 2018年09月11日 22:07:13 +03:00
src/main Initial Commit 2018年09月11日 22:07:13 +03:00
target Initial Commit 2018年09月11日 22:07:13 +03:00
.classpath Initial Commit 2018年09月11日 22:07:13 +03:00
.project Initial Commit 2018年09月11日 22:07:13 +03:00
pom.xml Initial Commit 2018年09月11日 22:07:13 +03:00
README.md Readme update 2018年09月11日 23:30:12 +03:00

WebSite Checker

Program Description:

'Website Checker' is a simple webpage that checks availability of a certain webpage!
	if site's response code is equal 'OK' it takes a screenshot.

Program Details and Requirements

-Requires java 8.
-Requires MYSQL(mariadb) for storing user and website information.
-ScreenShot is based on chromedriver so it requires chromeium/chrome browser.
-Linux(ubuntu) only.

Simple Example1

What can this program do:

- Auto setup with admin account creation.
- Header with added websites status (Up/Down/Total) and MYSQL connection status.
- Basic login/signup.	
![Simple Example1](https://i.imgur.com/FTUHw1P.png)
- Server search.
- Adding a website to check
	- Auto protocol checking
	- Auto 'www.' checking/adding.
	- Checking for invalid website url as you type.
- Displaying checked servers
	- with the checked date.
	- with statistics of it's availablity.
	- with delete button if you are the adder(admins can delete servers regardless of it's adder)

Note :

Developed with Vaadin 8.